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

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