Inserts a row or rows before the specified row.
Public Sub InsertRows(ByVal StartRow As Integer, ByVal Count As Integer)
Grid Object
The following parameters are available:
Parameter | Description |
StartRow | Row number of row before which to insert new row or rows. |
Count | Number of rows to insert. |
None