WorkbookModel
Overview
WorkbookModel is a class in Aspose.Cells FOSS for .NET.
Represents workbook model.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Worksheets | List<WorksheetModel> | Read | |
Settings | WorkbookSettingsModel | Read | Provides access to workbook-wide settings |
Properties | WorkbookPropertiesModel | Read | Contains core workbook properties such as author and title |
DocumentProperties | DocumentPropertiesModel | Read | Holds custom document properties for the workbook |
Diagnostics | DiagnosticBag | Read | Stores diagnostic messages generated during load or save |
Styles | StyleRepository | Read | Manages the repository of cell styles used in the workbook |
SharedStrings | SharedStringRepository | Read | Provides access to the shared string table |
DefaultStyle | StyleValue | Read/Write | Returns the default style applied to cells without explicit style |
ActiveSheetIndex | int | Read/Write | Gets or sets the index of the currently active worksheet |
DefinedNames | List<DefinedNameModel> | Read | Lists the defined name models (named ranges) in the workbook |
Methods
| Signature | Description |
|---|---|
WorkbookModel() | Initializes a new empty workbook model instance |