Share via


A.tc Field

Definition

Represents the a:tc XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: tr.
  • has the following child XML elements: extLst, tcPr, txBody.
  • has the following XML attributes: gridSpan, hMerge, rowSpan, vMerge.
  • corresponds to the following strongly-typed classes: TableCell.

Applies to