Class LowCodeSplitOptions
Class LowCodeSplitOptions
Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.4.0)
Options for splitting spreadsheet.
public class LowCodeSplitOptions
Inheritance
Constructors
LowCodeSplitOptions()
public LowCodeSplitOptions()
Properties
LoadOptions
Load options for loading the spreadsheet that will be split.
public LowCodeLoadOptions LoadOptions { get; set; }
Property Value
SaveOptions
Save options for saving the split parts.
public LowCodeSaveOptions SaveOptions { get; set; }
Property Value
SaveOptionsProvider
Provider of save options for saving the split parts.
public AbstractLowCodeSaveOptionsProvider SaveOptionsProvider { get; set; }
Property Value
AbstractLowCodeSaveOptionsProvider
Remarks
If this property is specified, Aspose.Cells.LowCode.LowCodeSplitOptions.SaveOptions takes no effect because the output of every split part will be specified by the provider.