<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapKey Class / Values Property

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