Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ConnectionBase Class / Insert Method
The record index.
The record to be inserted.


In This Topic
    Insert Method (ConnectionBase)
    In This Topic
    Inserts a record in the specified location.
    Syntax
    'Declaration
     
    Public Overridable Sub Insert( _
       ByVal recordIndex As Integer, _
       ByVal record As Object _
    ) 
    'Usage
     
    Dim instance As ConnectionBase
    Dim recordIndex As Integer
    Dim record As Object
     
    instance.Insert(recordIndex, record)
    public virtual void Insert( 
       int recordIndex,
       object record
    )

    Parameters

    recordIndex
    The record index.
    record
    The record to be inserted.
    See Also