C1.Silverlight.Olap.5
Remove(String) Method

Name of the C1OlapField to remove
Removes the first occurrence of the C1OlapField with a name that matches the one passed as parameter.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal fieldName As System.String _
) As System.Boolean
public System.bool Remove( 
   System.string fieldName
)

Parameters

fieldName
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

Reference

C1OlapFieldList Class
C1OlapFieldList Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.