Class ExcelExportType
Indicates what property will be used for export.
Inheritance
System.Object
ExcelExportType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelExportType : Enum
Fields
Bool
Represents Boolean property.
Declaration
public const ExcelExportType Bool
Field Value
Type |
---|
ExcelExportType |
DateTime
Represents DateTime property.
Declaration
public const ExcelExportType DateTime
Field Value
Type |
---|
ExcelExportType |
Error
Represents Error property.
Declaration
public const ExcelExportType Error
Field Value
Type |
---|
ExcelExportType |
Formula
Represents Formula.
Declaration
public const ExcelExportType Formula
Field Value
Type |
---|
ExcelExportType |
Number
Represents Number property.
Declaration
public const ExcelExportType Number
Field Value
Type |
---|
ExcelExportType |
Text
Represents Text property.
Declaration
public const ExcelExportType Text
Field Value
Type |
---|
ExcelExportType |
TimeSpan
Represents TimeSpan property.
Declaration
public const ExcelExportType TimeSpan
Field Value
Type |
---|
ExcelExportType |