멀티라인그리드 » Api

getheadertooltiptext

Description

멀티라인 그리드 특정 헤더의 툴팁을 가져오는 API이다.

Parameters

Parameters Type Description
nRow short 헤더 로우 인덱스
nColumn short 헤더 컬럼 인덱스

Return Value

Type Description
STRING 헤더 툴팁

Example

function btn_getheadertooltiptext_on_mouseup() { var strText = mgrdTest.getheadertooltiptext(0,0); screen.alert("헤더의 툴팁텍스트값 : " + strTEXT); }

See Also

getheadertext

Viewer Ver.

9.1.1.1

Update Date

20110425