LowCodeSplitOptions Class
LowCodeSplitOptions class
Options for splitting spreadsheet.
type LowCodeSplitOptions struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewLowCodeSplitOptions | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetLoadOptions | Load options for loading the spreadsheet that will be split. |
| SetLoadOptions | Load options for loading the spreadsheet that will be split. |
| GetSaveOptions | Save options for saving the split parts. |
| SetSaveOptions | Save options for saving the split parts. |
| GetSaveOptionsProvider | Provider of save options for saving the split parts. |
| SetSaveOptionsProvider | Provider of save options for saving the split parts. |