Removes the first occurrence of the C1OlapField with a name that matches the one passed as parameter.

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

Syntax

C#
public bool Remove(
	string fieldName
)
Visual Basic
Public Function Remove ( _
	fieldName As String _
) As Boolean

Parameters

fieldName
Type: System..::..String
Name of the C1OlapField to remove

Return Value

true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the list.

See Also