Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 618 Bytes

File metadata and controls

29 lines (23 loc) · 618 Bytes

GetWSColumnSortPrecedence

Description

Gets database column sort precedence, if any.

FUNCTION GetWSColumnSortPrecedence(
				worksheet   : HANDLE;
				databaseRow : INTEGER;
				column      : INTEGER): INTEGER;
def vs.GetWSColumnSortPrecedence(worksheet, databaseRow, column):
    return INTEGER

Parameters

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

Version

Availability: from Vectorworks 2012

Category