그리드 » Api

setitemroundtype

Description

그리드 특정 아이템의 rount_type 속성을 설정하는 API이다.

Parameters

Parameters Type Description
nRow long 로우 인덱스
nColumn long 컬럼 인덱스
nType short 반올림 유형 (0:반올림, 1:버림, 2:내림)

Return Value

Type Description
void 없음

Example

function btn_setitemroundtype_on_mouseup() { // 6열 3번째 아이템의 반올림 유형을 버림으로 설정 grdList.setitemroundtype(5, 2, 1); }

See Also

getitemroundtype

Viewer Ver.

9.1.1.1

Update Date

20180621