BBjGridData::remove
Description
In BBj 18.0 and higher, this method removes a user specified BBjGridCell.
Syntax
Return Value |
Method |
boolean |
remove(int p_row, int p_col) |
Parameters
None.
Return Value
Removes the BBjGridCell in the container class BBjGridData specified by the user if it exists. Returns true if the cell was removed, returns false if the BBjGridCell does not exist or if it was removed already.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.