Esempio n. 1
0
 public void cutSelection() {
   excelCopyPaste.cut();
 }
Esempio n. 2
0
 public void pasteSelection() {
   excelCopyPaste.paste();
 }
Esempio n. 3
0
 public void copySelection() {
   excelCopyPaste.copy();
 }