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

mgDeleteEmptyRowColumnCB

mgDeleteEmptyRowColumnCB(
t_type 
x_rowColNum
)
=> nil

Description

Interactively deletes an empty row or column in Modgen Editor.

Arguments

t_type

Deletes an empty row or column.

Valid values: row or col

x_rowColNum

Specifies the row or column number.

Examples

Deletes row 0 if it is empty.

mgDeleteEmptyRowColumnCB("row" 0)

Deletes column 1 if it is empty.

mgDeleteEmptyRowColumnCB("col" 1)


Return to top
 ⠀
X