Back to Devexpress

TreeList.SelectCells Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-selectcells.md

latest640 B
Original Source

TreeList.SelectCells Method

NameParametersDescription
SelectCells(TreeListNode, TreeListColumn, TreeListNode, TreeListColumn)startNode, startColumn, endNode, endColumnSelects cells in the specified range.
SelectCells(Int32, String, Int32, String)startNodeId, startColumn, endNodeId, endColumnSelects cells in the specified range by data source IDs.