XmlCellProperties class

Office 2013 and later

Cell Properties. When the object is serialized out as xml, its qualified name is x:xmlCellPr.

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

[ISO/IEC 29500-1 1st Edition]

xmlCellPr (Cell Properties)

This element stores the XML properties for the cell of a single cell xml table.

Parent Elements

singleXmlCell (§18.5.2.1)

Child Elements

Subclause

extLst (Future Feature Data Storage Area)

§18.2.10

xmlPr (Column XML Properties)

§18.5.2.4

Attributes

Description

id (Table Field Id)

The unique identifier of the XML properties for the cell.

This should always be set to the value of 1 since this id is always meant to be for a single cell xml table.

The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.

uniqueName (Unique Table Name)

An optional string representing the unique name of the table column. By default this is the same as the name of the column.

This should hold the name of the element or attribute that this cell is referring to in the XML.

The possible values for this attribute are defined by the ST_Xstring simple type (§22.9.2.19).

[Note: The W3C XML Schema definition of this element’s content model (CT_XmlCellPr) is located in §A.2. end note]

© ISO/IEC29500: 2008.

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