| GrapeCity.Windows.SpreadSheet.Data Namespace : TextFileFlags Enumeration | 
'Declaration <System.FlagsAttribute()> Public Enum TextFileFlags Inherits System.Enum
'Usage Dim instance As TextFileFlags
[System.Flags()] public enum TextFileFlags : System.Enum
| Member | Description | 
|---|---|
| FilterRows | Specifies whether to filter the rows with a row filter. | 
| ForceCellDelimiter | Specifies whether to force the cell delimiter. | 
| IncludeFooter | Specifies to save the column footer. | 
| None | Specifies no special settings. | 
| SaveFormulas | Specifies whether to save formulas. | 
| Unformatted | Specifies whether to bypass the IFormatter object in the StyleInfo object for the cell. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.TextFileFlags
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)