Deletes the specified row or rows.
Public Sub DeleteRows(ByVal StartRow As Integer, ByVal Count As Integer)
Grid Object
The following parameters are available:
Parameter | Description |
StartRow | Row number of first row to delete. |
Count | Number of rows to delete. |
None