BBjGridData::contains
Description
In BBj 18.0 and higher, this method determines if the BBjGridCell is contained inside the container BBjGridData class.
Syntax
Return Value |
Method |
boolean |
contains(int p_row, int p_column) |
Parameters
None.
Return Value
Returns True if the BBjGridCell is present.
Returns False if the BBjGridCell is not present.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.