TableView.CopyCellsToClipboard(Int32, GridColumn, Int32, GridColumn) Method
Copies the values displayed within the specified block of cells to the clipboard.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
public void CopyCellsToClipboard(
int startRowHandle,
GridColumn startColumn,
int endRowHandle,
GridColumn endColumn
)
#Parameters
Name | Type | Description |
---|---|---|
start |
Int32 | An integer value that specifies the handle of the row containing the cell that identifies the starting point. |
start |
Grid |
A Grid |
end |
Int32 | An integer value that specifies the handle of the row containing the cell that identifies the end point. |
end |
Grid |
A Grid |
#Remarks
The CopyCellsToClipboard method allows you to copy display values of multiple cells (block of cells) to the clipboard. To copy values displayed within selected cells, use the TableView.CopySelectedCellsToClipboard.
To learn more, see Clipboard Operations.