Aspose::Cells::DeleteOptions class

DeleteOptions class

Represents the setting of deleting rows/columns.

class DeleteOptions

Methods

MethodDescription
DeleteOptions()Default constructor.
DeleteOptions(DeleteOptions_Impl* impl)Constructs from an implementation object.
DeleteOptions(const DeleteOptions& src)Copy constructor.
GetFormulaChangeMonitor()Gets/sets the monitor for tracking changes caused by the deletion.
GetUpdateReference()Indicates if update references in other worksheets.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const DeleteOptions& src)operator=
SetFormulaChangeMonitor(AbstractFormulaChangeMonitor* value)Gets/sets the monitor for tracking changes caused by the deletion.
SetUpdateReference(bool value)Indicates if update references in other worksheets.
~DeleteOptions()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also