FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / FileFormatEnum Enumeration

In This Topic
    FileFormatEnum Enumeration
    In This Topic
    Specifies the type of file to save or load with the Extensions.SaveGrid and Extensions.LoadGrid methods.
    Syntax
    'Declaration
     
    
    Public Enum FileFormatEnum 
       Inherits System.Enum
    public enum FileFormatEnum : System.Enum 
    Members
    MemberDescription
    ExcelMicrosoft Excel files (Xls/biff-8 or OpenXml formats).
    TextCommaText file, cells separated with commas.
    TextCustomText file, cells separated with the character specified by the ClipSeparators property.
    TextTabText file, cells separated with tabs.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1FlexGrid.FileFormatEnum

    See Also