TableView.CopyCellsToClipboard Method
Name | Parameters | Description |
---|---|---|
CopyCellsToClipboard(IEnumerable<GridCell>) | gridCells | Copies the values displayed within the specified cells to the clipboard. |
CopyCellsToClipboard(Int32, GridColumn, Int32, GridColumn) | startRowHandle, startColumn, endRowHandle, endColumn | Copies values displayed within the specified block of cells to the clipboard. |