Class NumbersLoadOptions
Namespace: Aspose.Cells.Numbers
Assembly: Aspose.Cells.dll (25.2.0)
Represents the options of loading Apple Numbers files.
public class NumbersLoadOptions : LoadOptions
Inheritance
object ← LoadOptions ← NumbersLoadOptions
Inherited Members
LoadOptions.m_LoadFormat, LoadOptions.SetPaperSize(PaperSizeType), LoadOptions.LoadFormat, LoadOptions.Password, LoadOptions.ParsingFormulaOnOpen, LoadOptions.ParsingPivotCachedRecords, LoadOptions.LanguageCode, LoadOptions.Region, LoadOptions.CultureInfo, LoadOptions.DefaultStyleSettings, LoadOptions.InterruptMonitor, LoadOptions.IgnoreNotPrinted, LoadOptions.CheckDataValid, LoadOptions.CheckExcelRestriction, LoadOptions.KeepUnparsedData, LoadOptions.LoadFilter, LoadOptions.LightCellsDataHandler, LoadOptions.MemorySetting, LoadOptions.WarningCallback, LoadOptions.AutoFitterOptions, LoadOptions.AutoFilter, LoadOptions.FontConfigs, LoadOptions.IgnoreUselessShapes, LoadOptions.PreservePaddingSpacesInFormula, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
NumbersLoadOptions()
Constructor.
public NumbersLoadOptions()
Properties
LoadTableType
Gets and sets the type of loading multiple tables in one worksheet.
public LoadNumbersTableType LoadTableType { get; set; }