API Reference
Class
ExcelCreateOptions
Controls creation and persistence of an Excel workbook.
Inheritance
- DocumentCreateOptions
- ExcelCreateOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ExcelDocument.Create
- Method ExcelDocument.Create
- Method ExcelDocument.Create
Constructors
public ExcelCreateOptions() #Inherited Methods
Properties
public ExcelDocumentType DocumentType { get; set; } #Controls the Open XML workbook type when no destination extension is available.
Inherited Properties
public DocumentPersistenceMode PersistenceMode { get; set; } #Inherited from DocumentCreateOptions