DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotKey Class / ValueField Property

In This Topic
    ValueField Property (PivotKey)
    In This Topic
    Gets the PivotField that represents the value field associated with this PivotKey.
    Syntax
    'Declaration
     
    Public ReadOnly Property ValueField As PivotField
    public PivotField ValueField {get;}
    See Also