Aspose::Cells::LowCode::LowCodeSplitOptions class
Contents
[
Hide
]LowCodeSplitOptions class
Options for splitting spreadsheet.
class LowCodeSplitOptions
Methods
| Method | Description |
|---|---|
| GetLoadOptions() | Load options for loading the spreadsheet that will be split. |
| GetSaveOptions() | Save options for saving the split parts. |
| GetSaveOptionsProvider() | Provider of save options for saving the split parts. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| LowCodeSplitOptions() | Default constructor. |
| LowCodeSplitOptions(LowCodeSplitOptions_Impl* impl) | Constructs from an implementation object. |
| LowCodeSplitOptions(const LowCodeSplitOptions& src) | Copy constructor. |
| explicit operator bool() const | operator bool() |
| operator=(const LowCodeSplitOptions& src) | operator= |
| SetLoadOptions(const LowCodeLoadOptions& value) | Load options for loading the spreadsheet that will be split. |
| SetSaveOptions(const LowCodeSaveOptions& value) | Save options for saving the split parts. |
| SetSaveOptionsProvider(const AbstractLowCodeSaveOptionsProvider& value) | Provider of save options for saving the split parts. |
| ~LowCodeSplitOptions() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++