Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

drdCheckedRuleGroupItem

drdCheckedRuleGroupItem( 
x_columnIndex
w_windowId
) 
=> t / nil

Description

Toggles the state of check boxes.

Arguments

x_columnIndex

The column index.

w_windowId

The current window ID.

Value Returned

t

The command was successful.

nil

The command was unsuccessful.

Examples

drdCheckedRuleGroupItem(1 window(2))

Toggles the selection of the second column.


Return to top
 ⠀
X