Enum ExcelExportType
Indicates what property will be used for export.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelExportType
Fields
Name | Description |
---|---|
Bool | Represents Boolean property. |
DateTime | Represents DateTime property. |
Error | Represents Error property. |
Formula | Represents Formula. |
Number | Represents Number property. |
Text | Represents Text property. |
TimeSpan | Represents TimeSpan property. |