그리드 » Api

setexceltitleheight

Description

엑셀 저장시 타이틀 부분의 행 높이를 지정할 수 있는 API이다.

Parameters

Parameters Type Description
lExcelRow long 엑셀 로우 번호 (1부터 시작)
nRowHeight short 행 높이 (단위: px)

Return Value

Type Description
BOOL 정상 처리 여부

Remark

파라미터 값이 유효하지 않은 경우, false가 리턴된다.

Example

function btn_on_mouseup() { grd.setexceltitleheight(1, 40); }

See Also

setexceltitlealign
setexceltitlecolor
setexceltitlefont

Viewer Ver.

23.2.13.1

Update Date

20230214