Share via


NoNamespace.rowCount Field

Definition

Represents the rowCount XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

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

Applies to