<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapFieldList Class / Item Property / Item(String) Property
Name of the field to retrieve.

In This Topic
    Item(String) Property
    In This Topic
    Gets a C1OlapField by name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal fieldName As String _
    ) As C1OlapField
    public C1OlapField Item( 
       string fieldName
    ) {get;}

    Parameters

    fieldName
    Name of the field to retrieve.

    Property Value

    The requested C1OlapField.
    Remarks
    If the list does not contain a field with the specified name, an exception is thrown.
    See Also