WorkbookModel

Overview

WorkbookModel is a class in Aspose.Cells FOSS for C++.

Represents workbook model.

This class provides 33 methods for working with WorkbookModel objects in C++ programs. Available methods include: DiagnosticBag, DocumentPropertiesModel, GetActiveSheetIndex, GetDefaultStyle, GetDefinedNames, GetDiagnostics, GetDocumentProperties, GetProperties, GetSettings, GetSharedStrings, GetStyles, GetWorksheets, and 7 additional methods. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: DiagnosticBag, DocumentPropertiesModel, SharedStringRepository, StyleRepository, StyleValue, WorkbookPropertiesModel, and 1 more.

Accessor Methods

NameTypeAccessDescription
WorkbookSettingsModelWorkbookSettingsModelReadGets the workbook settings model.
WorkbookPropertiesModelWorkbookPropertiesModelReadGets the workbook properties model.
DocumentPropertiesModelDocumentPropertiesModelReadGets the document properties model.
DiagnosticBagDiagnosticBagReadGets the diagnostic bag.
StyleRepositoryStyleRepositoryReadGets the style repository.
SharedStringRepositorySharedStringRepositoryReadGets the shared string repository.
StyleValueStyleValueReadGets the style value.

Methods

SignatureDescription
WorkbookSettingsModel()WorkbookSettingsModelGets the settings.
WorkbookSettingsModel()WorkbookSettingsModelCalls WorkbookSettingsModel on this WorkbookModel instance.
WorkbookPropertiesModel()WorkbookPropertiesModelGets the properties.
WorkbookPropertiesModel()WorkbookPropertiesModelCalls WorkbookPropertiesModel on this WorkbookModel instance.
DocumentPropertiesModel()DocumentPropertiesModelGets the document properties.
DocumentPropertiesModel()DocumentPropertiesModelCalls DocumentPropertiesModel on this WorkbookModel instance.
DiagnosticBag()DiagnosticBagGets the diagnostics.
DiagnosticBag()DiagnosticBagCalls DiagnosticBag on this WorkbookModel instance.
StyleRepository()StyleRepositoryGets the styles.
StyleRepository()StyleRepositoryCalls StyleRepository on this WorkbookModel instance.
SharedStringRepository()SharedStringRepositoryGets or sets the shared strings.
SharedStringRepository()SharedStringRepositoryCalls SharedStringRepository on this WorkbookModel instance.
StyleValue()StyleValueGets or sets the default style.
GetWorksheets()std::deque<WorksheetModel>Gets the worksheets.
GetWorksheets()std::deque<WorksheetModel>Returns the worksheets.
GetSettings()WorkbookSettingsModelGets the settings.
GetSettings()WorkbookSettingsModelReturns the settings.
GetProperties()WorkbookPropertiesModelGets the properties.
GetProperties()WorkbookPropertiesModelReturns the properties.
GetDocumentProperties()DocumentPropertiesModelGets the document properties.
GetDocumentProperties()DocumentPropertiesModelReturns the document properties.
GetDiagnostics()DiagnosticBagGets the diagnostics.
GetDiagnostics()DiagnosticBagReturns the diagnostics.
GetStyles()StyleRepositoryGets the styles.
GetStyles()StyleRepositoryReturns the styles.
GetSharedStrings()SharedStringRepositoryGets or sets the shared strings.
GetSharedStrings()SharedStringRepositoryReturns the shared strings.
GetDefaultStyle()StyleValueGets or sets the default style.
SetDefaultStyle(value: StyleValue)Sets the default style value.
GetActiveSheetIndex()intGets or sets the active sheet index.
SetActiveSheetIndex(value: int)Sets the active sheet index value.
GetDefinedNames()std::vector<DefinedNameModel>Gets the defined names.
GetDefinedNames()std::vector<DefinedNameModel>Returns the defined names.

See Also

 English