BBjStandardGrid::getRowViewIndexFromModelIndex
Description
In BBj 6.0 and higher, this BBjStandardGrid method maps the model index of a row to the view index.
Syntax
Return Value |
Method |
int |
getRowViewIndexFromModelIndex(int index) |
Parameters
Variable |
Description |
index |
The index of a row as the program sees it. |
Return Value
Returns the index of the row as the user sees it.
Remarks
If the grid is unsorted, this method returns the same value passed in.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.