시트 내에서
ctrl+v
를 통해 붙여넣기가 동작 된 이후에 발생합니다.
onAfterPaste : function(paramObject) {
}
or
sheet.bind("onAfterPaste" , function(paramObject) {});
Name | Type | Description |
---|---|---|
sheet | object |
시트 객체 |
none
options.Events = {
onAfterPaste:function(evtParam){
//붙여넣어기가 동작 된 이후 발생
}
}
product | version | desc |
---|---|---|
core | 8.1.0.73 | 기능 추가 |