그리드 » Api

getstatmidindex

Description

그리드에 해당 행에 연관된 소계행 정보 인덱스를 리턴한다.

Parameters

Parameters Type Description
nRow long 행 인덱스

Return Value

Type Description
long 소계행 정보 인덱스 또는 -1

Remark

그리드에 해당 행이 소계행이 아닌 경우, -1이 리턴된다.

Example

function btn_on_mouseup(objInst) { var statmid_index; statmid_index = grd.getstatmidindex(0); factory.consoleprint("statmid_index = " + statmid_index); }

See Also

ismidstatrow

Viewer Ver.

9.1.1.1

Update Date

20220906