BBjStandardGrid::clearColumnHeader
Description
In BBj 19.0 and higher, removes all data from the grid column header in the BBjStandardGrid.
Syntax
Return Value |
Method |
void |
clearColumnHeader() |
void |
clearColumnHeader(int p_column) |
Parameters
Variable |
Description |
p_column |
Specifies the 0-based column of the header to be cleared. |
Return Value
None.
Remarks
Not specifying a column will remove all data from the column header cells in the grid. Specifying a column will only remove the data from that column’s header cell.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.