그리드 » Api

getheadertooltiptext

Description

그리드 헤더에 설정된 툴팁 텍스트를 반환하는 API이다.

Parameters

Parameters Type Description
nRow short 로우 인덱스
nCol short 컬럼 인덱스

Return Value

Type Description
STRING 툴팁 텍스트

Remark

* 툴팁(tooltip) : 아이템에 마우스를 올렸을때 해당 아이템의 설명을 보여주는 풍선 도움말

Example

function btngetheadertooltiptext_on_mouseup() { screen.alert(grd.getheadertooltiptext(0,1)); }

See Also

setheadertooltiptext

Viewer Ver.

9.1.1.1

Update Date

20190830