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


In This Topic
    TextFileSaveFlags Enumeration
    In This Topic
    Specifies the export flags.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum TextFileSaveFlags 
       Inherits System.Enum
    'Usage
     
    Dim instance As TextFileSaveFlags
    [Flags()]
    public enum TextFileSaveFlags : System.Enum 
    Members
    MemberDescription
    AsViewedExports the cell text area including the visible rows and columns of filtered-in rows.
    ExportFormulaExports formulas.
    IncludeColumnHeaderIncludes column headers.
    IncludeRowHeaderIncludes row headers.
    NoneExports with no special options.
    UnFormattedExports without formatting.
    Inheritance Hierarchy

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

    See Also