그리드 » Api

setselectrowstyle

Description

그리드의 선택된 로우의 스타일을 지정하는 API이다.

Parameters

Parameters Type Description
nStyle short 선택된 로우 스타일 상수 (*Remark 참조)

Return Value

Type Description
void

Remark

**nStyle (로우 스타일) 상수

0 : none (선택시 효과 없음)
1 : normal (테두리색, 배경색, 글자색 모두 바뀜)
2 : border only (테두리색만 바뀜)

Example

function btn_on_mouseup() { grd.setselectrowstyle(1); // 그리드의 선택된 로우 스타일을 normal 스타일로 지정 }

See Also

getselectrowstyle

Viewer Ver.

9.1.1.1

Update Date

20110302