멀티라인그리드 » Api
getitemimageindex
Description
그리드 컬럼에 이미지리스트가 설정된 경우 특정 아이템에 이미지리스트중 표시할 이미지인덱스 정보를 반환하는 API이다.
Parameters
Parameters |
Type |
Description |
nRow |
long |
행 Index |
nSubRow |
short |
서브행 Index |
nColumn |
short |
열 Index |
Return Value
Type |
Description |
Array |
아이템 이미지 인덱스 배열 (오류 발생시 null) |
Example
function screen_on_load()
{
var arrDrawImageIndex;
arrDrawImageIndex = grid.getitemimageindex(1, 0, 0);
factory.consoleprint("아이템 이미지 인덱스 : " + arrDrawImageIndex.join(","));
}
See Also
setcolumnimageindex
getcolumnimageindex
setitemimageindex
setcolumnimagesplitcount
Viewer Ver.
9.1.1.1
Update Date
20241129