Share via


X.tableColumns Field

Definition

Represents the x:tableColumns XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: table.
  • has the following child XML elements: tableColumn.
  • has the following XML attributes: count.
  • corresponds to the following strongly-typed classes: TableColumns.

Applies to