ClipboardRowPastingEventArgs Properties
Contains data for the ClipboardRowPasting event.
Name | Description |
---|---|
Cancel | Gets or sets whether to exclude the processed row from the paste operation’s result. |
Cell |
Gets pasted values. |
Columns | Gets changed columns. |
Original |
Gets the row’s original values. |
Row |
Gets the total number of rows pasted in the Grid |
Row |
Gets the processed row’s handle. |
See Also