트리그리드 » Api

getstatisticsrowtext

Description

트리 그리드 통계행 중 특정 아이템의 데이터를 반환하는 API이다.

Parameters

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

Return Value

Type Description
STRING 통계행 중 특정 아이템의 데이터

Remark

nRow/nCol 파라미터가 없는 로우/컬럼 인덱스인 경우 공백문자열 반환

Example

function btn_on_mouseup() { screen.alert("통계행 (0,3) 데이타 :" + tgrdTest.getstatisticsrowtext(0, 3)); }

See Also

getstatisticscoltext

Viewer Ver.

9.1.1.1

Update Date

20220503