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

mgDeleteAllEmptyRowColumnCB

mgDeleteAllEmptyRowColumnCB(
)
=> t / nil

Description

Deletes all empty rows and columns of the Modgen when the current window is the Modgen Editing window.

Arguments

None

Value Returned

t

All empty rows and columns are deleted from the Modgen.

nil

Empty rows and columns could not be deleted.

Example

Deletes all empty rows and columns in the current Modgen.

modgenid = leGetEditFigGroup()
    when(and(modgenid modgenid~>type=="modgen")
    mgDeleteAllEmptyRowColumnCB()
    )

Return to top
 ⠀
X