<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapFieldList Class / Remove Method / Remove(String) Method
Name of the C1OlapField to remove

In This Topic
    Remove(String) Method
    In This Topic
    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 String _
    ) As Boolean
    public bool Remove( 
       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