멀티라인 그리드에서 로우가 선택되었을 때의 스타일을 가져오는 API이다.
Type | Description |
---|---|
short | selectrow_style 상수(*Remark 참조) |
**선택된 행 스타일 리턴값 0 : none 1 : normal 2 : border only
function btn_getselectrowstyle_on_mouseup()
{
screen.alert(mgrdTest.getselectrowstyle());
//로우가 선택되었을 때의 스타일 값을 가져온다
}