| IsLeaf Method | |
| See Also |
- rowIndex
- The number of the row to check
Indicates whether the specified row has child rows.
| Visual Basic |
|---|
Public Function IsLeaf( _
   ByVal rowIndex As Long _
) As Boolean |
- rowIndex
- The number of the row to check
True if the row has no child rows, false if the row has child rows.