그리드 » Api

setexceltitlecolor

Description

엑셀 저장시 타이틀 부분의 글자색상 및 배경색상을 지정할 수 있는 API이다.

Parameters

Parameters Type Description
lExcelRow long 엑셀 로우 번호 (1부터 시작)
clrFore COLOR 글자색상
clrBack COLOR 배경색상

Return Value

Type Description
void 없음

Example

function btn_on_mouseup() { // 엑셀의 1번째 컬럼 글자색과 배경색 지정 grd.setexceltitlecolor(1, factory.rgb(226,107,15), factory.rgb(255,242,226)); }

See Also

setexceltitlealign
setexceltitlefont
setexceltitletext

Viewer Ver.

9.1.1.1

Update Date

20191205