Aspose::Cells::LowCode::LowCodeSplitOptions class

LowCodeSplitOptions class

Options for splitting spreadsheet.

class LowCodeSplitOptions

Methods

MethodDescription
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() constChecks 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() constoperator 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

FieldDescription
_implThe implementation object.

See Also