All the Clipboard operations, Cut,Copy, and Paste commands are supported by C1FlexSheet controls. You can easily cut, copy, or paste data in FlexSheet.
The following code performs the cut operation in C1FlexSheet control:
The above code refers a class named CellRangeEditAction which includes the implementation of recording the values of all the cells within the current selection of the control.
Data from cell(s) can easily be copied in C1FlexSheet control using Copy method. The following code uses Copy method to copy the data from the selected cells:
Data from cell(s) can easily be pasted in C1FlexSheet control using Paste method. The following code uses Paste method to paste the copied data: