Gets a C1OlapField by name.

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

Syntax

C#
public C1OlapField this[
	string fieldName
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	fieldName As String _
) As C1OlapField
	Get

Parameters

fieldName
Type: System..::..String
Name of the field to retrieve.

Return Value

The requested C1OlapField.

Remarks

If the list does not contain a field with the specified name, an exception is thrown.

See Also