Back to Devexpress

TableView.CopyCellsToClipboard Method

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-dot-copycellstoclipboard.md

latest708 B
Original Source

TableView.CopyCellsToClipboard Method

NameParametersDescription
CopyCellsToClipboard(IEnumerable<GridCell>)gridCellsCopies the values displayed within the specified cells to the clipboard.
CopyCellsToClipboard(Int32, GridColumn, Int32, GridColumn)startRowHandle, startColumn, endRowHandle, endColumnCopies values displayed within the specified block of cells to the clipboard.