LoadDataFilterOptions enumeration

LoadDataFilterOptions enumeration

Represents the options to filter data when loading workbook from template.

The LoadDataFilterOptions type exposes the following members:

Fields

FieldDescription
NONELoad nothing for sheet data
ALLLoad all
CELL_BLANKLoad cells whose value is blank
CELL_STRINGLoad cells whose value is string
CELL_NUMERICLoad cells whose value is numeric(including datetime)
CELL_ERRORLoad cells whose value is error
CELL_BOOLLoad cells whose value is bool
CELL_VALUELoad cells value(all value types) only
FORMULALoad cell formulas.
CELL_DATALoad cells data including values, formulas and formatting
CHARTLoad charts
SHAPELoad shapes
DRAWINGDrawing objects(including Chart, Picture, OleObject and all other drawing objects)
MERGED_AREALoad merged cells
CONDITIONAL_FORMATTINGLoad conditional formatting
DATA_VALIDATIONLoad data validations
PIVOT_TABLELoad pivot tables
TABLELoad tables
HYPERLINKSLoad hyperlinks
SHEET_SETTINGSLoad settings for worksheet
SHEET_DATALoad all data of worksheet, such as cells data, settings, objects, …etc.
BOOK_SETTINGSLoad settings for workbook
SETTINGSLoad settings for workbook and worksheet
XML_MAPLoad XmlMap
STRUCTURELoad structure of the workbook
DOCUMENT_PROPERTIESLoad document properties
DEFINED_NAMESLoad defined Name objects
VBALoad VBA projects
STYLELoad styles for cell formatting
PICTURELoad pictures
OLE_OBJECTLoad OleObjects
REVISIONLoad revision logs

See Also