멀티라인그리드 » Api

getitemdisplaytext

Description

멀티라인 그리드 특정 아이템에 현재 보여지는 문자열을 반환하는 API이다.

Parameters

Parameters Type Description
nRow long 로우 인덱스
nSubRow short 서브 로우 인덱스
nColumn short 컬럼 인덱스

Return Value

Type Description
STRING 현재 화면에 보여지고 있는 텍스트

Example

function btn_getitemdisplaytext_on_mouseup() { var strText = mgrdTest.getitemdisplaytext(0, 0, 0); screen.alert("displaytext : " + strText); }

See Also

getitemtext

Viewer Ver.

9.1.1.1

Update Date

20110426