SingleXmlCell Class
Table Properties.When the object is serialized out as xml, its qualified name is x:singleXmlCell.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(XmlCellProperties))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public Class SingleXmlCell _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As SingleXmlCell
[ChildElementInfoAttribute(typeof(XmlCellProperties))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public class SingleXmlCell : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
XmlCellProperties <x:xmlCellPr>
ExtensionList <x:extLst>
[ISO/IEC 29500-1 1st Edition]
18.5.2.1 singleXmlCell (Table Properties)
This element represents the table properties for a single cell XML table.
Parent Elements |
---|
singleXmlCells (§18.5.2.2) |
Child Elements |
Subclause |
---|---|
extLst (Future Feature Data Storage Area) |
§18.2.10 |
xmlCellPr (Cell Properties) |
§18.5.2.3 |
Attributes |
Description |
---|---|
connectionId (Connection ID) |
An integer representing an ID to indicate which connection from the connections collection is used by this table. This is only used for tables that are based off of xml maps The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype. |
id (Table Id) |
An integer representing the unique identifier of the table. The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype. |
r (Reference) |
An A1 cell style reference to the cell that the single cell xml table occupies. The possible values for this attribute are defined by the ST_CellRef simple type (§18.18.7). |
[Note: The W3C XML Schema definition of this element’s content model (CT_SingleXmlCell) is located in §A.2. end note]
© ISO/IEC29500: 2008.
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.