Class LowCodeMergeOptions
Class LowCodeMergeOptions
Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.4.0)
Options for merging multiple template files into one.
public class LowCodeMergeOptions
Inheritance
Constructors
LowCodeMergeOptions()
public LowCodeMergeOptions()
Properties
LoadOptionsProvider
Provider of save options for saving the split parts.
public AbstractLowCodeLoadOptionsProvider LoadOptionsProvider { get; set; }
Property Value
AbstractLowCodeLoadOptionsProvider
Remarks
If this property is specified, Aspose.Cells.LoadOptions takes no effect because the output of every split part will be specified by the provider.
SaveOptions
Save options for saving the split parts.
public LowCodeSaveOptions SaveOptions { get; set; }