BBjGrid::getRowData
Description
In BBj 18.0 and higher, this method returns a range of specified BBjGridCells in a BBjGrid row or rows. The data returned is a snapshot of the current state of the grid only and does not get updated if anything changes within the BBjGrid.
Syntax
Return Value |
Method |
getRowData(intp_row) |
|
getRowData(int p_startRow, int p_endRow) |
Parameters
Variable |
Description |
row |
The row of a grid. |
startRow |
The starting row of a grid. |
endRow |
The ending row of a grid. |
Return Value
Returns the BBjGridData for the BBjGridCells in row or rows specified by the user, either by a single p_row value, or between rows p_startRow and p_endRow.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.