Aspose::Cells::DeleteOptions class
Contents
[
Hide
]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. |
| GetFormulaChangeMonitor() | Gets/sets the monitor for tracking changes caused by the deletion. |
| 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= |
| 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
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++