Class LowCodeSplitOptions
Class LowCodeSplitOptions
Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.7.0)
Options for splitting spreadsheet.
public class LowCodeSplitOptions
{
public string SourceFile { get; set; }
public string OutputDirectory { get; set; }
public bool PreserveComments { get; set; }
public int MaximumFilesPerOperation { get; set; }
}
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 abstract class MyClass
{
public abstract LowCodeSaveOptionsProvider SaveOptionsProvider { get; set; }
}
Property Value
AbstractLowCodeSaveOptionsProvider
Remarks
If this property is specified, Aspose.Cells.LowCode.LowCodeSplitOptions.SaveOptions takes no effectbecause the output of every split part will be specified by the provider.