<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapFieldList Class / InsertItem Method
Position where the field will be inserted.
C1OlapField to add to the list.

In This Topic
    InsertItem Method (C1OlapFieldList)
    In This Topic
    Inserts an C1OlapField at a specified position in the list.
    Syntax
    'Declaration
     
    Protected Overrides Sub InsertItem( _
       ByVal index As Integer, _
       ByVal item As C1OlapField _
    ) 
    protected override void InsertItem( 
       int index,
       C1OlapField item
    )

    Parameters

    index
    Position where the field will be inserted.
    item
    C1OlapField to add to the list.
    See Also