TreeList.UnselectCells Method
Name | Parameters | Description |
---|---|---|
UnselectCells(TreeListNode, TreeListColumn, TreeListNode, TreeListColumn) | startNode, startColumn, endNode, endColumn | Discards selection of the specified range of cells. |
UnselectCells(Int32, String, Int32, String) | startNodeId, startColumn, endNodeId, endColumn | Discards selection of the specified range of cells by data source IDs. |