FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowCollection Class / SetItem Method

In This Topic
    SetItem Method (RowCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub SetItem( _
       ByVal index As Integer, _
       ByVal item As Row _
    ) 
    protected virtual void SetItem( 
       int index,
       Row item
    )

    Parameters

    index
    item
    See Also