Gets a list of C1OlapField objects that define the fields shown as columns in the output table.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public C1OlapFieldList ColumnFields { get; }
Visual Basic
Public ReadOnly Property ColumnFields As C1OlapFieldList
	Get

Remarks

See the Fields property for details and an example.

See Also