Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 807 Bytes

File metadata and controls

38 lines (31 loc) · 807 Bytes

AddWSColumnOperator

Description

Adds database column operator to specified column.

PROCEDURE AddWSColumnOperator(
				worksheet    : HANDLE;
				databaseRow  : INTEGER;
				column       : INTEGER;
				operatorType : INTEGER);
def vs.AddWSColumnOperator(worksheet, databaseRow, column, operatorType):
    return None

Parameters

Name Type Description
worksheet HANDLE Handle to worksheet.
databaseRow INTEGER Database row to be queried.
column INTEGER Column to be queried.
operatorType INTEGER Operator type.

Remarks

Operator type constants:
All operators = -1
Sort operator = 0
Summarize operator = 1
Add operator = 2

Version

Availability: from Vectorworks 2012

Category