Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / TextFileFlags Enumeration


In This Topic
    TextFileFlags Enumeration
    In This Topic
    Specifies how to process the data when saving to a text file.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum TextFileFlags 
       Inherits System.Enum
    'Usage
     
    Dim instance As TextFileFlags
    [Flags()]
    public enum TextFileFlags : System.Enum 
    Members
    MemberDescription
    FilterRowsSpecifies whether to filter the rows with a row filter.
    ForceCellDelimiterSpecifies whether to force the cell delimiter.
    IncludeFooterSpecifies to save the column footer.
    NoneSpecifies no special settings.
    SaveFormulasSpecifies whether to save formulas.
    UnformattedSpecifies whether to bypass the IFormatter object in the StyleInfo object for the cell.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.TextFileFlags

    See Also