Share via


NoNamespace.columnCount Field

Definition

Represents the columnCount XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: slicer, tupleSet, pivotTableData.
  • corresponds to the following strongly-typed properties: PivotTableData.ColumnCount, Slicer.ColumnCount, TupleSet.ColumnCount.

Applies to