...
Description |
---|
Excerpt |
---|
Inserts one or more rows at the specified position in the table. |
Signature | ||||
---|---|---|---|---|
| ||||
public void InsertRows(int index, int numRows)
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Sub InsertRows(ByVal index As Integer, ByVal numRows As Integer)
{signature}
{parameters}
{param:index}The 0\-based index of the first row to insert.{param}
{param:numRows}The number of rows to insert.{param}
{example}{code:csharp|title=C#} |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
The 0-based index of the first row to insert. |
Param | ||||
---|---|---|---|---|
| ||||
The number of rows to insert. |
Example | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|