Share via


A.tbl Field

Definition

Represents the a:tbl XML element.

public static readonly System.Xml.Linq.XName tbl;
 staticval mutable tbl : System.Xml.Linq.XName
Public Shared ReadOnly tbl As XName 

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: graphicData.
  • has the following child XML elements: tblGrid, tblPr, tr.
  • corresponds to the following strongly-typed classes: Table.

Applies to