Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 896 Bytes

File metadata and controls

42 lines (34 loc) · 896 Bytes

RemoveWSColumnOperator

Description

Removes database column operator from specified column.

PROCEDURE RemoveWSColumnOperator(
				worksheet    : HANDLE;
				databaseRow  : INTEGER;
				column       : INTEGER;
				operatorType : INTEGER);
def vs.RemoveWSColumnOperator(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

See Also

VS Functions:

Version

Availability: from Vectorworks 2012

Category