ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / FileFormat Enumeration

In This Topic
    FileFormat Enumeration
    In This Topic
    Specifies file formats available for saving the grid.
    Syntax
    'Declaration
     
    
    Public Enum FileFormat 
       Inherits System.Enum
    public enum FileFormat : 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.Xaml.FlexGrid.FileFormat

    See Also