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


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

    Parameters

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