GrapeCity.Xaml.SpreadSheet.Data
Insert Method (ConnectionBase)


The record index.
The record to be inserted.
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ConnectionBase Class
ConnectionBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options