Alan (DevExpress)
12.09.2008
SEE ALSO:
Selection - Rows multi-selection
To enable multi-cell selection, set the TableView.MultiSelectMode property to TableViewSelectMode.Cell.
SelectCell(int rowHandle, GridColumn column)
UnselectCell(int rowHandle, GridColumn column)
SelectCells(int startRowHandle, GridColumn startColumn, int endRowHandle, GridColumn endColumn)
UnselectCells(int startRowHandle, GridColumn startColumn, int endRowHandle, GridColumn endColumn)
IsCellSelected(int rowHandle, GridColumn column)
GetSelectedCells()
CopySelectedCellsToClipboard()
CopyCellsToClipboard(IEnumerable<GridCell> gridCells)
CopyCellsToClipboard(int startRowHandle, GridColumn startColumn, int endRowHandle, GridColumn endColumn)
CopyingToClipboard event
Is your intention to post an answer to your own question?
- If so, then proceed.
- If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
- If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.
Facebook
Twitter
Google+