DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / ColumnFields Property

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