Inserts a row at the specified index.
[Visual Basic]
Public Sub Insert( _
ByVal index As Integer, _
ByVal row As Integer _
)
[C#]
public void Insert(
int index,
int row
);
[Delphi]
public procedure Insert(
index: Int32;
row: Int32
);
Parameters
index
The zero-based index at which row should be inserted.
row
The row to insert.
See Also
SelectedRowCollection Class | SelectedRowCollection Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |