FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowCollection Class / Insert Method / Insert(Int32,Object) Method

In This Topic
    Insert(Int32,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    public void Insert( 
       int index,
       object value
    )

    Parameters

    index
    value
    See Also