Aspose::Cells::DeleteOptions class
DeleteOptions class
Represents the setting of deleting rows/columns.
class DeleteOptions
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const DeleteOptions& src) | operator= |
SetUpdateReference(bool value) | Indicates if update references in other worksheets. |
~DeleteOptions() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++