Class CreatingOptions
Options for creating new WorkBook object.
Inheritance
System.Object
CreatingOptions
Namespace: IronXL.Options
Assembly: IronXL.dll
Syntax
public class CreatingOptions : Object
Constructors
CreatingOptions()
Declaration
public CreatingOptions()
Properties
DefaultFileFormat
Property that indicates whether to use XLS or XLSX as new workbook format.
XLSX is the default value for new workbook
Declaration
public ExcelFileFormat DefaultFileFormat { get; set; }
Property Value
Type | Description |
---|---|
ExcelFileFormat | The default spreadsheet file format. |