Inserts rows into a referenced worksheet.
PROCEDURE InsertWSRows(
worksheet : HANDLE;
beforeRow : INTEGER;
numRows : INTEGER);def vs.InsertWSRows(worksheet, beforeRow, numRows):
return None| Name | Type | Description |
|---|---|---|
| worksheet | HANDLE | Handle to worksheet. |
| beforeRow | INTEGER | Insert location for new worksheet rows. |
| numRows | INTEGER | Number of rows to insert. |
Availability: from VectorWorks9.0