ITreeGridNode.GetCellValueStringAt method
Namespace: NextDesign.Core
Description
Gets the value of the cell at the specified index of this node in string format.
Returns an empty string if the cell value does not exist.
See GetCellValueString() for the strings that can be retrieved.
argument
Name | Type | Description |
---|---|---|
index | int | Column index (0 or more, less than the number of columns) |
Return value
- string
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid range | ExtensionArgumentException | If the specified index range is invalid |