Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 535 Bytes

File metadata and controls

30 lines (23 loc) · 535 Bytes

DeleteWSRows

Description

Deletes rows from the referenced worksheet.

PROCEDURE DeleteWSRows(
				worksheet : HANDLE;
				startRow  : INTEGER;
				numRows   : INTEGER);
def vs.DeleteWSRows(worksheet, startRow, numRows):
    return None

Parameters

Name Type Description
worksheet HANDLE Handle to worksheet.
startRow INTEGER Start row of delete operation.
numRows INTEGER Number of rows to be deleted.

Version

Availability: from VectorWorks9.0

Category

  • Worksheets