멀티라인그리드 » Api

setstatuserrowtext

Description

특정 통계열중 사용자정의로 설정된 셀에 값을 셋팅하는 API이다.

Parameters

Parameters Type Description
nRow short Row Index
nSubRow short SubRow Index
nColumn short Column Index
strStatText STRING 세팅할 문자열

Return Value

Type Description
BOOL 설정 성공 여부(true, false)

Remark

*생성된 통계열은 위에서부터 0,1,2.. 의 인덱스를 가진다.

*nRow/nSubRow/nCol 파라미터에 통계행에 없는 로우/서브 로우/컬럼 인덱스 입력시 false 반환

Example

function btn_on_mouseup() { grid.setstatuserrowtext(1, 0, 1, 홀수합계); }

Viewer Ver.

9.1.1.1

Update Date

20220504