Inserts rows in a table.
Supported platforms: Windows only
VBA:
object.InsertRows row, Height, Rows
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The zero-based row index.
Access: Input-only
Type: Double
The height of the rows.
Access: Input-only
Type: Long
The number of rows to insert.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available