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