그리드 » Api

getheadertext

Description

그리드 헤더에 입력된 텍스트 값을 반환하는 API이다.

Parameters

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

Return Value

Type Description
STRING 헤더에 입력된 텍스트

Example

function btn_getheadertext_on mouseup() { screen.alert(grd.getheadertext(0,1)); }

See Also

setheadertext

Viewer Ver.

9.1.1.1

Update Date

20110222