행의 Edit 가능 여부를 확인 합니다.
ObjId.GetRowEditable(Row);
| Parameter | Type | Required | Description |
|---|---|---|---|
| Row | Long |
필수 | 대상 행 Index |
Boolean, Edit 가능 여부
// 1행의 Edit 가능 여부를 확인
console.log("editable:", mySheet.GetRowEditable(1));
| version | desc |
|---|---|
| 7.0.0.0 |