BBjGridCell::setImageLocation
Description
In BBj 19.00 and higher, this method sets the BBjGridCell’s image location, which corresponds to the index of the images! BBjVector for BBjStandardGrid::setCellImage.
Syntax
Return Value | Method |
---|---|
void | setImageLocation(int location) |
Parameters
Parameter | Description |
---|---|
location | Specifies the 0-based index of the BBjImage retrieved from images! for BBjStandardGrid::setCellImage. |
Return Value
None.
Remarks
It is possible for multiple grid cells to have the same location value.
Example
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.