WorkbookProperties class

Defines the WorkbookProperties Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is x15:workbookPr.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office15.Excel.WorkbookProperties

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class WorkbookProperties _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As WorkbookProperties
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class WorkbookProperties : OpenXmlLeafElement

Remarks

2.4.65 workbookPr

Target namespace: https://schemas.microsoft.com/office/spreadsheetml/2010/11/main

A CT_WorkbookPr element that specifies [TYPE HERE]

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="workbookPr" type="CT_WorkbookPr"/>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.6.131 CT_WorkbookPr

Target namespace: https://schemas.microsoft.com/office/spreadsheetml/2010/11/main

Referenced by: workbookPr

<<REVIEW>>Future Extension for Workbook properties (added in o15)<<REVIEW>>

Attributes:

chartTrackingRefBase: A boolean [TYPE HERE: Needs normative reference] attribute that specifies [TYPE HERE]

<<REVIEW>>Use ref-tracking for all charts in this document. If set to false, pre-o15 index-based tracking is used for data point formatting and datalabels<<REVIEW>>

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_WorkbookPr">

<xsd:attribute name="chartTrackingRefBase" type="xsd:boolean" default="false"/>

</xsd:complexType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WorkbookProperties members

DocumentFormat.OpenXml.Office15.Excel namespace