Introduced in build 8.4
Description
Returns a FieldCollection
object representing a list of row labels in a PivotTable. The items in the collection are PivotTableFields
of type RowLabel
.
C#
public FieldCollection RowLabels{ get ; } |
vb.net
Public ReadOnly Property RowLabels() As FieldCollection |