Skip to content

Latest commit

 

History

History
64 lines (56 loc) · 1.12 KB

File metadata and controls

64 lines (56 loc) · 1.12 KB

ShowWSDialog

Description

Displays a worksheet preference or settings dialog for the active worksheet.

Settings or attributes modified by the dialog will be applied to the current selection range of the worksheet. {| class="wikitable_c" |+ Table - Worksheet Dialog Selectors

! Index !! Dialog
style="text-align:center"
Column Width
-
style="text-align:center"
Cell Border
-
style="text-align:center"
Number
-
style="text-align:center"
Preferences
-
style="text-align:center"
Print Setup
-
style="text-align:center"
Print
-
style="text-align:center"
Function
-
style="text-align:center"
Criteria
-
style="text-align:center"
Format Text
-
style="text-align:center"
Set Row Criteria
-
style="text-align:center"
Edit Row Criteria
}
PROCEDURE ShowWSDialog(dialogType : INTEGER);
def vs.ShowWSDialog(dialogType):
    return None

Parameters

Name Type Description
dialogType INTEGER Index of dialog to be displayed.

Version

Availability: from VectorWorks 9.0

Category

  • Worksheets