Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 749 Bytes

File metadata and controls

35 lines (28 loc) · 749 Bytes

RemoveAllWSColumnOperators

Description

Removes all database column operators from specified database row.

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

Parameters

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

Remarks

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

Version

Availability: from Vectorworks 2012

Category