멀티라인그리드 » Api

getselectrowstyle

Description

멀티라인 그리드에서 로우가 선택되었을 때의 스타일을 가져오는 API이다.

Return Value

Type Description
short selectrow_style 상수(*Remark 참조)

Remark

**선택된 행 스타일 리턴값

0 : none
1 : normal
2 : border only

Example

function btn_getselectrowstyle_on_mouseup() { screen.alert(mgrdTest.getselectrowstyle()); //로우가 선택되었을 때의 스타일 값을 가져온다 }

See Also

setselectrowstyle

Viewer Ver.

9.1.1.1

Update Date

20110426