'Declaration
Public Enum FileFormatEnum Inherits System.Enum
public enum FileFormatEnum : System.Enum
'Declaration
Public Enum FileFormatEnum Inherits System.Enum
public enum FileFormatEnum : System.Enum
Member | Description |
---|---|
Excel | Microsoft Excel files (Xls/biff-8 or OpenXml formats). |
TextComma | Text file, cells separated with commas. |
TextCustom | Text file, cells separated with the character specified by the ClipSeparators property. |
TextTab | Text file, cells separated with tabs. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.FileFormatEnum