TableGrid class
Office 2013 and later
Table Grid. When the object is serialized out as xml, its qualified name is a:tblGrid.
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.TableGrid
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.TableGrid
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
tblGrid (Table Grid)
This element defines a list of table column (§21.1.3.2) elements. There should be a table column (§21.1.3.2) element for every column held within the table.
[Example: Consider the following example of a tblGrid within DrawingML:
<a:tblGrid> <a:gridCol w="1117600"/> <a:gridCol w="1117600"/> <a:gridCol w="1117600"/> </a:tblGrid>
In this example, we have a tblGrid defined that holds three columns, therefore the table has three columns. end example]
Parent Elements |
|---|
tbl (§21.1.3.13) |
Child Elements | Subclause |
|---|---|
gridCol (Table Grid Column) | §21.1.3.2 |
[Note: The W3C XML Schema definition of this element’s content model (CT_TableGrid) is located in §A.4.1. end note]
© ISO/IEC29500: 2008.
Show: