VS:AddWSColumnOperator: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
m (Reverted edits by Ptr (talk) to last revision by Root)
(3 intermediate revisions by one other user not shown)
Line 48: Line 48:
<remark>
<remark>
Operator type constants:<BR>
Operator type constants:<BR>
Add operator = -1<BR>
All operators = -1<BR>
Sort operator = 0<BR>
Sort operator = 0<BR>
Summarize operator = 1</remark>
Summarize operatory = 1</remark>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 56: Line 56:


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<seeAlso>
<seeAlso></seeAlso>
VS Functions:
* [[VS:RemoveWSColumnOperator| RemoveWSColumnOperator]]
</seeAlso>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Revision as of 14:33, 2 January 2019

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

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