SAP Business One UI API 10.0 - Objects Reference (10.00.270)
IsSelected Method
UI API
Description
Indicates whether the specified row is selected.
Syntax
Visual Basic
Public Function IsSelected( _ ByVal
rowIndex
As Long _ ) As Boolean
Parameters
rowIndex
The number of the row to check
Return Type
True
if the row is selected,
false
if not selected.
See Also
GridRows Object