FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / IDataList Interface / Insert Method

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

    Parameters

    index
    value
    See Also