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

mgHilightEmptyRowColumnCB

mgHilightEmptyRowColumnCB(
t_disp
)
=> t / nil

Description

Turns on or off highlighting of empty rows and columns.

Argument

t_disp

Turns on or off highlighting of all empty rows and columns.

Valid values: show or hide

Value Returned

t

Highlighting for empty rows was turned on/off.

nil

The command could not be executed.

Examples

Turns on highlighting of all empty rows and columns.

mgHilightEmptyRowColumnCB("show")

Turns off highlighting of all empty rows and columns.

mgHilightEmptyRowColumnCB("hide")


Return to top
 ⠀
X