Share via


A.tr Field

Definition

Represents the a:tr XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: tbl.
  • has the following child XML elements: extLst, tc.
  • has the following XML attributes: h.
  • corresponds to the following strongly-typed classes: TableRow.

Applies to