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

GridFileFormat Enumeration
Specifies file formats available for saving the grid.
Syntax
'Declaration
 
Public Enum GridFileFormat 
   Inherits System.Enum
 
Members
MemberDescription
CsvComma-separated values (can be loaded into Excel).
HtmlHypertext markup language.
TextTab-separated plain text format.
Inheritance Hierarchy

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

See Also