Spread.Sheets Documentation
Text Open Flags

This topic lists the text open flags that can be used when importing a text file.

Enumeration Description
public enum TextFileOpenFlags Specifies the import flags.
None = 0 Imports with no special options.
IncludeRowHeader = 1 Includes row headers.
IncludeColumnHeader = 2 Includes column headers.
UnFormatted = 8 Leaves the data unformatted. The unformatted setting bypasses the IFormatter object in the CellStyleInfo object for the cell so the cell data is unformatted.
ImportFormula = 16 Imports formulas.

 

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.