EXCEL » Event

on_savestart

Description

파일 저장 시작 이벤트이며, 자세한 내용은 샘플 소스를 참조한다.

Parameters

Parameters Type Description
objInst INSTANCE 이벤트가 발생한 그리드 오브젝트
strFileName STRING 파일 이름

Return Value

Type Description
void

Example

/**
 * 엑셀 데이터 파일 저장 시작 이벤트
 *
 * @param objInst 엑셀 컴포넌트 인스턴스
 * @param strFileName 파일 이름
 */
function excel_on_savestart(objInst, strFileName) {
	console.log(arguments);
}

See Also

on_save
on_savefile

Viewer Ver.

24.4.1.1

Update Date

20240401