DataEngine for .NET Standard | ComponentOne
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
    public PivotFieldList RowFields {get;}
    Remarks
    See the Fields property for details and an example.
    See Also