Workbook::Impl
Overview
Workbook::Impl is a struct in Aspose.Cells FOSS for C++.
This struct provides 1 method for working with Workbook::Impl objects in C++ programs.
Available methods include: Impl.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Accessor methods: definedNames, documentProperties, loadDiagnostics, model, properties, settings, and 1 more.
Accessor Methods
| Name | Type | Access | Description |
|---|---|---|---|
model | Core::WorkbookModel | Read/Write | Gets or sets the model. |
settings | WorkbookSettings | Read/Write | Gets or sets the settings. |
properties | WorkbookProperties | Read/Write | Gets or sets the properties. |
documentProperties | DocumentProperties | Read/Write | Gets or sets the document properties. |
loadDiagnostics | LoadDiagnostics | Read/Write | Gets or sets the load diagnostics. |
worksheets | std::unique_ptr<WorksheetCollection> | Read/Write | Gets or sets the worksheets. |
definedNames | std::unique_ptr<DefinedNameCollection> | Read/Write | Gets or sets the defined names. |
Methods
| Signature | Description |
|---|---|
Impl() | Calls Impl on this Workbook::Impl instance. |