멀티라인그리드 » Api

setcolumnminlength

Description

그리드 특정 컬럼의 입력가능한 최소 길이를 설정하는 API이다.

Parameters

Parameters Type Description
nSubRow short 서브 로우 인덱스
nColumn short 컬럼의 인덱스
nMinLength short 최소 길이 값

Return Value

Type Description
BOOL 정상 처리 여부

Example

function btn_getgriddata_on_mouseup() { grid.setcolumnminlength(0, 1, 1); }

See Also

getcolumnminlength

Viewer Ver.

9.1.1.1

Update Date

20191010