Class LowCodeSplitOptions

Class LowCodeSplitOptions

Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.4.0)

Options for splitting spreadsheet.

public class LowCodeSplitOptions

Inheritance

object LowCodeSplitOptions

Constructors

LowCodeSplitOptions()

public LowCodeSplitOptions()

Properties

LoadOptions

Load options for loading the spreadsheet that will be split.

public LowCodeLoadOptions LoadOptions { get; set; }

Property Value

LowCodeLoadOptions

SaveOptions

Save options for saving the split parts.

public LowCodeSaveOptions SaveOptions { get; set; }

Property Value

LowCodeSaveOptions

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.

 English