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