Aspose::Cells::InsertOptions class
Contents
[
Hide
]InsertOptions class
Represents the options of inserting.
class InsertOptions
Methods
| Method | Description |
|---|---|
| GetCopyFormatType() | |
| GetFormulaChangeMonitor() | Gets/sets the monitor for tracking changes caused by the insertion. |
| GetUpdateReference() | Indicates if references in other worksheets will be updated. |
| InsertOptions() | Default constructor. |
| InsertOptions(InsertOptions_Impl* impl) | Constructs from an implementation object. |
| InsertOptions(const InsertOptions& src) | Copy constructor. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const InsertOptions& src) | operator= |
| SetCopyFormatType(CopyFormatType value) | |
| SetFormulaChangeMonitor(AbstractFormulaChangeMonitor* value) | Gets/sets the monitor for tracking changes caused by the insertion. |
| SetUpdateReference(bool value) | Indicates if references in other worksheets will be updated. |
| ~InsertOptions() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++