Values Property (C1FlexPivotKey)
In This Topic
Gets an array of values for the
C1.PivotEngine.PivotField pivot fields associated with this
C1.PivotEngine.PivotKey.
Syntax
'Declaration
Public ReadOnly Property Values As Object()
public object[] Values {get;}
See Also