DeleteRows Method

Deletes rows from a table.

See Also | Example

Signature

object.DeleteRows(row, Rows)

Object

Table
The object or objects this method applies to.

row

Long; the row index

Rows

Long; the number of rows to delete from the table

 

   Comments?