WorkbookModel
Overview
WorkbookModel is a class in Aspose.Cells for NET.
WorkbookModel.WorkbookModel creates a new workbook model instance.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Worksheets | List<WorksheetModel> | Read | Provides the collection of worksheet models in the workbook |
Settings | WorkbookSettingsModel | Read | Gets the workbook settings model |
Properties | WorkbookPropertiesModel | Read | Gets the workbook properties model (e.g., author, title) |
DocumentProperties | DocumentPropertiesModel | Read | Gets the document properties model for the workbook |
Diagnostics | DiagnosticBag | Read | Gets the diagnostic bag that records load or save issues |
Styles | StyleRepository | Read | Gets the repository of style definitions used in the workbook |
SharedStrings | SharedStringRepository | Read | Gets the repository of shared string entries for the workbook |
DefaultStyle | StyleValue | Read/Write | Represents the default style applied to cells without explicit styling |
ActiveSheetIndex | int | Read/Write | Gets or sets the index of the currently active worksheet |
DefinedNames | List<DefinedNameModel> | Read | Provides the list of defined name models in the workbook |
Methods
| Signature | Description |
|---|---|
WorkbookModel() | Initializes a new empty workbook model instance |