트리그리드 » Api

setitemmaxlength

Description

그리드 특정 아이템의 최대 데이터 입력 길이를 설정하는 API이다.

Parameters

Parameters Type Description
nRow long 로우 인덱스
nColumn short 컬럼 인덱스
nMaxLength short 최대 입력 자릿수

Return Value

Type Description
void 없음

Example

function btn_on_mouseup() { grd.setitemmaxlength(0, 0, 15); }

See Also

getitemmaxlength

Viewer Ver.

9.1.1.1

Update Date

20190524