그리드 » Api

getstatofstattext

Description

통계의 통계데이터 셀에 값을 읽어 들이는 API입니다.

Parameters

Parameters Type Description
nStatRow short 통계행 로우 인덱스 (Zero-Base)
nStatCol short 통계열 컬럼 인덱스 (Zero-Base)

Return Value

Type Description
STRING 통계의 통계데이터

Remark

nRow/nCol 파라미터가 없는 로우/컬럼 인덱스인 경우 '' 반환

Example

function btnSetStatOfStatText_on_mouseup() { // 통계열 0번째 통계행 1번째에 해당하는 통계의 통계데이터 읽기 factory.consoleprint("Stat Of Stat : " + grid.getstatofstattext(0, 1)); }

See Also

setstatofstattext

Viewer Ver.

9.1.1.1

Update Date

20220322