멀티라인그리드 » Api

setselectcellforecolor

Description

멀티라인 그리드의 선택된 아이템의 글자색을 설정하는 API이다.

Parameters

Parameters Type Description
clrFore COLOR 선택된 아이템의 글자색

Return Value

Type Description
void 없음

Example

function btn_on_mouseup() { mgrdTest.setselectcellforecolor(factory.rgb(59,89,189)); }

See Also

getselectcellforecolor
setselectcellbackcolor
getselectcellbackcolor

Viewer Ver.

9.1.1.1

Update Date

20211221