멀티라인그리드 » Api

getstatisticsrowtext

Description

멀티라인 그리드 통계행의 특정 아이템 텍스트를 반환하는 API이다.

Parameters

Parameters Type Description
nStatRow short 통계행 로우 인덱스
nSubRow short 서브 로우 인덱스
nColumn short 컬럼 인덱스

Return Value

Type Description
STRING 통계행 아이템 텍스트

Remark

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

Example

function btn_getstatisticsrowtext_on_mouseup() { screen.alert(mgrdTest.getstatisticsrowtext(0, 0, 1)); }

See Also

getstatisticscoltext

Viewer Ver.

9.1.1.1

Update Date

20220503