Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 600 Bytes

File metadata and controls

29 lines (23 loc) · 600 Bytes

InsertWSColumns

Description

Inserts columns into the referenced worksheet.

PROCEDURE InsertWSColumns(
				worksheet    : HANDLE;
				beforeColumn : INTEGER;
				numColumns   : INTEGER);
def vs.InsertWSColumns(worksheet, beforeColumn, numColumns):
    return None

Parameters

Name Type Description
worksheet HANDLE Handle to worksheet.
beforeColumn INTEGER Insert location of new columns.
numColumns INTEGER Number of columns to insert.

Version

Availability: from VectorWorks9.0

Category