ComponentOne FlexGrid for WinForms
FileFormatEnum Enumeration

C1.Win.C1FlexGrid Namespace : FileFormatEnum Enumeration
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

Reference

C1.Win.C1FlexGrid Namespace