BBjStandardGrid::clear
Description
In BBj 19.0 and higher, this method removes all restore, images, related, text, column and row header, and selection data from the grid in the BBjStandardGrid.
Syntax
| Return Value | Method | 
| void | clear() | 
| void | clear(int p_row, int p_column) | 
Parameters
| Variable | Description | 
| p_row | Specifies the 0-based row of the grid cell where related text will be cleared. | 
| p_column | Specifies the 0-based column of the grid cell where related text will be cleared. | 
Return Value
None.
Remarks
Not specifying a row or column will clear all data in the grid, including in the column and row headers and clearing the current cell, row and column selections. Specifying a row and column will only clear the data from that grid cell and deselect it if selected.
Example
|  | 
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.