WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridFileFormat Enumeration
In This Topic
    GridFileFormat Enumeration
    In This Topic
    Specifies file formats available for saving the grid.
    Syntax
    public enum GridFileFormat : 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.WinUI.Grid.GridFileFormat

    See Also