mgDeleteAllEmptyRowColumnCB
mgDeleteAllEmptyRowColumnCB(
)
=> t / nil
Description
Deletes all empty rows and columns of the Modgen when the current window is the Modgen Editing window.
Arguments
Value Returned
Example
Deletes all empty rows and columns in the current Modgen.
modgenid = leGetEditFigGroup() when(and(modgenid modgenid~>type=="modgen") mgDeleteAllEmptyRowColumnCB() )
Return to top