ITreeGridNode.IsCellSelectedAt method
Namespace: NextDesign.Core
Description
Checks if the cell with the specified index in this node is selected. 
Returns True if the cell is selected. 
argument
| Name | Type | Description | 
|---|---|---|
| index | int | Column index (0 or more, less than the number of columns) | 
Return value
- bool
Exceptions
| Name | Exception Class | Description | 
|---|---|---|
| Invalid range | ExtensionArgumentException | If the specified index range is invalid |