BBjStandardGrid::clearRowHeader
Description
Removes all data from the grid row header in the BBjStandardGrid.
Syntax
Return Value |
Method |
void |
clearRowHeader() |
void |
clearRowHeader(int p_row) |
Parameters
Variable |
Description |
p_row |
Specifies the 0-based row of the cell to test for selection. |
Return Value
None.
Remarks
Not specifying a row will remove all data from the row header cells in the grid. Specifying a row will only remove the data from that row’s grid header cell.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.