그리드 » Api

getselectrowforecolor

Description

그리드의 선택된 행의 글자색을 가져오는 API이다.

Return Value

Type Description
COLOR 선택된 행의 글자 색상

Example

function btn_on_mouseup() { // 그리드의 선택된 행 글자 색상 var clrSelectRowFore = grd.getselectrowforecolor(); }

See Also

setselectrowforecolor
getselectrowbackcolor
setselectrowbackcolor

Viewer Ver.

9.1.1.1

Update Date

20211221