C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridFileFormat Enumeration


GridFileFormat Enumeration
Specifies file formats available for saving the grid.
Syntax
'Declaration
 
Public Enum GridFileFormat 
   Inherits System.Enum
 
'Usage
 
Dim instance As GridFileFormat
Members
MemberDescription
Csv Comma-separated values (can be loaded into Excel).
Html Hypertext markup language.
Text Tab-separated plain text format.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Android.Grid.GridFileFormat

See Also