그리드 » Api

getiomapcolumn

Description

특정 맵에 인덱스에 컬럼인덱스를 가져오는 API이다.

Parameters

Parameters Type Description
bInputMap BOOL 입, 출력구분
strMapID STRING 맵 ID
nMapIndex short 맵 인덱스

Return Value

Type Description
short 컬럼 인덱스

Example

function btn_on_mouseup() { screen.alert(grid.getiomaptext(true, "A1234567", 1)); }

See Also

getiomapcount
getiomaptext

Viewer Ver.

9.1.1.1

Update Date

20210601