GrapeCity.Xaml.SpreadSheet.Data
TextFileFlags Enumeration


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
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.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

GrapeCity.Xaml.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options