[]
Determines if the specified row is a group header (also called group node).
bool IsGroup(int row)
Function IsGroup(row As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| Type | Description |
|---|---|
| bool | true if is a group header; false otherwise |