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.
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=
SetUpdateReference(bool value)Indicates if update references in other worksheets.
~DeleteOptions()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also