셀의 값을 편집하기 직전에 이벤트가 발생합니다.
function 오브젝트ID_OnBeforeEdit(Row, Col) { }
Parameter | Type | Description |
---|---|---|
Row | Long |
해당 셀의 Row Index |
Col | Long |
해당 셀의 Column Index |
//컬럼이 이동된 후 이벤트가 발생
function mySheet_OnBeforeEdit(Row, Col) {
alert("입력을 시작합니다.");
}
version | desc |
---|---|
7.0.0.0 |