Freigeben über


TableGrid-Klasse

Table Grid.When the object is serialized out as xml, its qualified name is a:tblGrid.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.TableGrid

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(GridColumn))> _
Public Class TableGrid _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As TableGrid
[ChildElementInfoAttribute(typeof(GridColumn))]
public class TableGrid : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • GridColumn <a:gridCol>

[ISO/IEC 29500-1 1. Ausgabe]

21.1.3.14 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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

TableGrid-Member

DocumentFormat.OpenXml.Drawing-Namespace