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