ComponentOne FlexPivot for WinForms
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotField Class
Members

In This Topic
    PivotField Class
    In This Topic
    Represents a property of the items in the data source.
    Object Model
    PivotField Class
    Syntax
    'Declaration
     
    Public Class PivotField 
    public class PivotField 
    Remarks

    PivotField objects represent 'dimensions' in the output FlexPivot table.

    Each row and column on the output table is uniquely identified by a PivotKey object. These objects contain a list of PivotField objects and specific values.

    Inheritance Hierarchy

    System.Object
       C1.PivotEngine.PivotField

    See Also