Deletes rows from a table.
Supported platforms: Windows only
VBA:
object.DeleteRows row, Rows
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row index.
Access: Input-only
Type: Long
The number of rows to delete from the table.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available