gpeClearGridEntries
gpeClearGridEntries(u_sandbox[ ?rowx_row] [ ?colx_col] [?verbose{t|nil} ] ) =>l_gridEntries/nil
Description
Unplaces the grid entries that match the given identifiers in the given sandbox object.
Arguments
Value Returned
Example
Clears the grid entries in the specified rows and columns:
sb = gpeEditSandbox()
ge = gpeClearGridEntries(sb ?row 0 ?col 1)
gpeClearGridEntries(sb ?row 1)
gpeClearGridEntries(sb ?col 1)
Return to top