BBjGrid::getStripeCount
Description
In BBj 9.00 and higher, this method returns the number of BBjGrid rows to alternate between the stripe color and the default background color.
Syntax
Return Value |
Method |
int |
getStripeCount() |
Parameters
None.
Return Value
Returns the number of rows to alternate between the stripe color and the default background color.
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.