LowCodeSplitOptions
Contents
[
Hide
]LowCodeSplitOptions class
Options for splitting spreadsheet.
class LowCodeSplitOptions;
Constructors
| Name | Description | 
|---|---|
| constructor() | Default Constructor. | 
Properties
| Property | Type | Description | 
|---|---|---|
| loadOptions | LowCodeLoadOptions | Load options for loading the spreadsheet that will be split. | 
| saveOptions | LowCodeSaveOptions | Save options for saving the split parts. | 
| saveOptionsProvider | AbstractLowCodeSaveOptionsProvider | Provider of save options for saving the split parts. | 
constructor()
Default Constructor.
constructor();
loadOptions
Load options for loading the spreadsheet that will be split.
loadOptions : LowCodeLoadOptions;
saveOptions
Save options for saving the split parts.
saveOptions : LowCodeSaveOptions;
saveOptionsProvider
Provider of save options for saving the split parts.
saveOptionsProvider : AbstractLowCodeSaveOptionsProvider;
Remarks
If this property is specified, SaveOptions takes no effect because the output of every split part will be specified by the provider.