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

gpeRemoveEmptyRowsAndColumns

gpeRemoveEmptyRowsAndColumns(
u_sandbox
g_includeInternal
[ ?verbose { t | nil } ]
)
=> t / nil

Description

Removes empty rows and columns from the specified Modgen sandbox object.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

g_includeInternal

When set to t, removes all empty rows and columns from the Modgen sandbox object.

When set to nil, removes all empty rows until the first non-empty location is found in the Modgen sandbox object.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

Empty rows and columns were removed from the specified Modgen sandbox object.

nil

The command was unsuccessful.

Example

Removes all empty rows and columns from the Modgen sandbox object sbox:

sbox = gpeEditSandbox()
gpeRemoveEmptyRowsAndColumns(sbox t)
> t

Return to top
 ⠀
X