ITreeGridNode.GetCellValueAt method
Namespace: NextDesign.Core
Description
Gets the value of the cell at the specified index on this node. Returns null if the cell value does not exist.
See GetCellValue () for the actual type of value you can get.
argument
Name | Type | Description |
---|---|---|
index | int | Column index (0 or more, less than the number of columns) |
Return value
- object
Exception
Name | Exception Class | Description |
---|---|---|
Invalid range | ExtensionArgumentException | If the specified index range is invalid |