[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ImportFlags

Enum ImportFlags

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Options for reading data.

[Flags]
public enum ImportFlags

Fields

ConditionalFormatting = 32

Read the conditional formattings.

Data = 1

Read the datas.

DataValidation = 64

Read the data Validations.

Formulas = 2

Read the data and formulas.

MergeArea = 8

Read the merge cells.

NoFlag = 0

No option.

PivotTable = 128

Read the pivot tables.

Shapes = 256

Read all the shapes.

Style = 16

Read the styles.

Table = 4

Read the tables.