Aspose::Cells::ILoadDataOption Class Referenceabstract

The load data options. More...

Inherits Object.

Public Member Functions

virtual bool GetFormula ()=0
 Indicates whether to import the formulas. More...
 
virtual void SetFormula (bool value)=0
 Indicates whether to import the formulas. More...
 
virtual bool GetImportFormula ()=0
 Indicates whether to import the formulas. The default value is true. More...
 
virtual void SetImportFormula (bool value)=0
 Indicates whether to import the formulas. The default value is true. More...
 
virtual bool GetOnlyCreateWorksheet ()=0
 Indicates that only creating all worksheet instances without loading data. More...
 
virtual void SetOnlyCreateWorksheet (bool value)=0
 Indicates that only creating all worksheet instances without loading data. More...
 
virtual bool GetOnlyVisibleWorksheet ()=0
 Indicates only loading the data of the visible worksheet. More...
 
virtual void SetOnlyVisibleWorksheet (bool value)=0
 Indicates only loading the data of the visible worksheet. More...
 

Detailed Description

The load data options.

Member Function Documentation

◆ 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.