C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / RowFields Property

In This Topic
RowFields Property (C1PivotEngine)
In This Topic
Gets a list of PivotField objects that define the fields shown as rows in the output table.
Syntax
'Declaration
 
Public ReadOnly Property RowFields As PivotFieldList
 
Remarks
See the Fields property for details and an example.
See Also