Specifies file formats available for saving the grid.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
public enum FileFormat |
Visual Basic |
---|
Public Enumeration FileFormat |
Members
Member name | Description | |
---|---|---|
Csv | Comma-separated values (can be loaded into Excel). | |
Text | Tab-separated plain text format. | |
Html | Hypertext markup language. |