[]
Determines whether the specified row is a group header (also called group node).
public bool IsGroup(int row)
Public 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 |