그리드 » Api

setexceltitlefont

Description

엑셀 저장시 타이틀 부분의 글자 스타일을 지정할 수 있는 API이다.

Parameters

Parameters Type Description
lExcelRow long 엑셀 로우 번호 (1부터 시작)
strFontName STRING 폰트명
nFontSize short 폰트사이즈
bBold BOOL 굵게 여부(true, false)
bItalic BOOL 기울림 여부(true, false)
bUnderLine BOOL 밑줄 여부(true, false)
bStrikeout BOOL 취소선 여부(true, false)

Return Value

Type Description
void 없음

Example

function btn_on_mouseup() { grd.setexceltitlefont(5, "HY엽서L", 32, true, false, false); }

See Also

setexceltitlealign
setexceltitlecolor
setexceltitletext

Viewer Ver.

9.1.1.1

Update Date

20191205