Index에 해당 하는 이미지 경로를 확인 합니다.
ObjId.GetImageList(index);
| Parameter | Type | Required | Description |
|---|---|---|---|
| index | Number |
필수 | 이미지의 Index |
String,해당 인덱스의 이미지 경로
// Index 가 1인 이미지 경로 확인
console.log("imgPath:", mySheet.GetImageList(1));
| version | desc |
|---|---|
| 7.0.0.0 |