Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 805 Bytes

File metadata and controls

37 lines (30 loc) · 805 Bytes

HasWSColumnOperator

Description

Determines if specified column operator is set in column.

FUNCTION HasWSColumnOperator(
				worksheet    : HANDLE;
				databaseRow  : INTEGER;
				column       : INTEGER;
				operatorType : INTEGER): BOOLEAN;
def vs.HasWSColumnOperator(worksheet, databaseRow, column, operatorType):
    return BOOLEAN

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 operatory = 1

Version

Availability: from Vectorworks 2012

Category