
BBjGridData::isEmpty
Description
In BBj 18.0 and higher, this method is used to determine if the BBjGridData container is empty and contains no cells.
Syntax
Return Value |
Method |
boolean |
isEmpty() |
Parameters
None.
Return Value
Returns true if there are no BBjGridCells in the container. Returns false if there are BBjGridCells in the container.
Remarks
None.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.