<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapEngine Class / RowFields Property

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