The load data options.
More...
Inherits Object.
◆ GetFormula()
virtual bool Aspose::Cells::ILoadDataOption::GetFormula |
( |
| ) |
|
|
pure virtual |
Indicates whether to import the formulas.
NOTE: This member is now obsolete. Instead, please use GetImportFormula(). This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.
◆ GetImportFormula()
virtual bool Aspose::Cells::ILoadDataOption::GetImportFormula |
( |
| ) |
|
|
pure virtual |
Indicates whether to import the formulas. The default value is true.
◆ GetOnlyCreateWorksheet()
virtual bool Aspose::Cells::ILoadDataOption::GetOnlyCreateWorksheet |
( |
| ) |
|
|
pure virtual |
Indicates that only creating all worksheet instances without loading data.
◆ GetOnlyVisibleWorksheet()
virtual bool Aspose::Cells::ILoadDataOption::GetOnlyVisibleWorksheet |
( |
| ) |
|
|
pure virtual |
Indicates only loading the data of the visible worksheet.
◆ SetFormula()
virtual void Aspose::Cells::ILoadDataOption::SetFormula |
( |
bool |
value | ) |
|
|
pure virtual |
Indicates whether to import the formulas.
NOTE: This member is now obsolete. Instead, please use SetImportFormula(bool). This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.
◆ SetImportFormula()
virtual void Aspose::Cells::ILoadDataOption::SetImportFormula |
( |
bool |
value | ) |
|
|
pure virtual |
Indicates whether to import the formulas. The default value is true.
◆ SetOnlyCreateWorksheet()
virtual void Aspose::Cells::ILoadDataOption::SetOnlyCreateWorksheet |
( |
bool |
value | ) |
|
|
pure virtual |
Indicates that only creating all worksheet instances without loading data.
◆ SetOnlyVisibleWorksheet()
virtual void Aspose::Cells::ILoadDataOption::SetOnlyVisibleWorksheet |
( |
bool |
value | ) |
|
|
pure virtual |
Indicates only loading the data of the visible worksheet.