'Declaration Public Enum ExportType Inherits System.Enum
public enum ExportType : System.Enum
'Declaration Public Enum ExportType Inherits System.Enum
public enum ExportType : System.Enum
Member | Description |
---|---|
Csv | Specifies the export to CSV |
Docx | Specifies the export to OOXML Word |
Html | Specifies the export to Html |
Image | Specifies the export to Image |
None | Indicates that the value of the export is not selected |
Specifies the export to Pdf | |
Word | Specifies the export to Word |
Xls | Specifies the export to Xls |
Xml | Specifies the export to Xml |
System.Object
System.ValueType
System.Enum
GrapeCity.Viewer.Common.Model.ExportType