Aspose::Cells::DeleteBlankOptions class

DeleteBlankOptions class

Represents the setting of deleting blank cells/rows/columns.

class DeleteBlankOptions : public Aspose::Cells::DeleteOptions

Methods

MethodDescription
DeleteBlankOptions()Default constructor.
DeleteBlankOptions(DeleteBlankOptions_Impl* impl)Constructs from an implementation object.
DeleteBlankOptions(const DeleteBlankOptions& src)Copy constructor.
DeleteBlankOptions(const DeleteOptions& src)Constructs from a parent object.
DeleteOptions()Default constructor.
DeleteOptions(DeleteOptions_Impl* impl)Constructs from an implementation object.
DeleteOptions(const DeleteOptions& src)Copy constructor.
GetEmptyFormulaValueAsBlank()Whether one cell will be taken as blank when it is formula and the calculated result is null or empty string. Default value is false.
GetEmptyStringAsBlank()Whether one cell will be taken as blank when its value is empty string. Default value is true.
GetUpdateReference()Indicates if update references in other worksheets.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const DeleteBlankOptions& src)operator=
operator=(const DeleteOptions& src)operator=
SetEmptyFormulaValueAsBlank(bool value)Whether one cell will be taken as blank when it is formula and the calculated result is null or empty string. Default value is false.
SetEmptyStringAsBlank(bool value)Whether one cell will be taken as blank when its value is empty string. Default value is true.
SetUpdateReference(bool value)Indicates if update references in other worksheets.
~DeleteBlankOptions()Destructor.
~DeleteOptions()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also