BBjGrid::setStripeCount
Description
In BBj 9.00 and higher, this method sets the number of BBjGrid rows to alternate between the stripe color and the default background color
Syntax
Return Value |
Method |
void |
setStripeCount(int count) |
Parameters
Return Value |
Method |
count |
Specifies the number of rows to paint in each alternating background color. |
Return Value
None.
Remarks
The default value is 1, meaning that grid rows will alternate with one row as the stripe color, then one row as the background color, and so on.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.