멀티라인 그리드에서 헤더 merge 후 파라미터를 기준으로 merge된 bottom을 가져오는 API이다.
Parameters | Type | Description |
---|---|---|
nHeaderRow | short | 헤더 로우 인덱스 |
nHeaderCol | short | 헤더 컬럼 인덱스 |
Type | Description |
---|---|
short | merge된 헤더의 bottom값 |
function btn_on_mouseup()
{
var nB = mgrd.getheadermergebottom(0,0);
screen.alert("머지된 헤더의 bottom값 : " + nB);
}