WorkbookModel

Overview

WorkbookModel is a class in Aspose.Cells FOSS for .NET.

Represents workbook model.

Properties

NameTypeAccessDescription
WorksheetsList<WorksheetModel>Read
SettingsWorkbookSettingsModelReadProvides access to workbook-wide settings
PropertiesWorkbookPropertiesModelReadContains core workbook properties such as author and title
DocumentPropertiesDocumentPropertiesModelReadHolds custom document properties for the workbook
DiagnosticsDiagnosticBagReadStores diagnostic messages generated during load or save
StylesStyleRepositoryReadManages the repository of cell styles used in the workbook
SharedStringsSharedStringRepositoryReadProvides access to the shared string table
DefaultStyleStyleValueRead/WriteReturns the default style applied to cells without explicit style
ActiveSheetIndexintRead/WriteGets or sets the index of the currently active worksheet
DefinedNamesList<DefinedNameModel>ReadLists the defined name models (named ranges) in the workbook

Methods

SignatureDescription
WorkbookModel()Initializes a new empty workbook model instance

See Also