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