gpeRemoveEmptyRowsAndColumns
gpeRemoveEmptyRowsAndColumns(u_sandbox g_includeInternal[?verbose{t|nil} ] ) =>t/ nil
Description
Removes empty rows and columns from the specified Modgen sandbox object.
Arguments
|
When set to
When set to |
|
Value Returned
|
Empty rows and columns were removed from the specified Modgen sandbox object. |
|
Example
Removes all empty rows and columns from the Modgen sandbox object sbox:
sbox = gpeEditSandbox()
gpeRemoveEmptyRowsAndColumns(sbox t)
> t
Return to top