Overview | Methods | Fields | This Package | All Packages
OverviewMethodsFieldsThis PackageAll Packages
DataGrid.getFirstRow
Retrieves the bookmark associated with the topmost visible row in the grid.
Syntax
public Object getFirstRow()
Return Value
Returns the bookmark of the topmost visible row.
Exceptions
WFCInvalidArgumentException thrown if the DataGrid control is not bound.
Remarks
The value of the firstRow property is undefined while the user is scrolling the grid.
See Also setFirstRow, getLeftColumn