Workbook::Impl

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

NameTypeAccessDescription
modelCore::WorkbookModelRead/WriteGets or sets the model.
settingsWorkbookSettingsRead/WriteGets or sets the settings.
propertiesWorkbookPropertiesRead/WriteGets or sets the properties.
documentPropertiesDocumentPropertiesRead/WriteGets or sets the document properties.
loadDiagnosticsLoadDiagnosticsRead/WriteGets or sets the load diagnostics.
worksheetsstd::unique_ptr<WorksheetCollection>Read/WriteGets or sets the worksheets.
definedNamesstd::unique_ptr<DefinedNameCollection>Read/WriteGets or sets the defined names.

Methods

SignatureDescription
Impl()Calls Impl on this Workbook::Impl instance.

See Also

 English