ID를 기준으로 데이터 로우 객체를 반환합니다.
string getRowById( id );
Name | Type | Required | Description |
---|---|---|---|
id | string |
필수 | 행의 id |
row object : 데이터 로우 객체
//AR5 행객체를 얻어 상태를 삭제로 변경한다.
var row = sheet.getRowById("AR5");
row["Deleted"] = 1;
sheet.renderBody();
product | version | desc |
---|---|---|
core | 8.0.0.0 | 기능 추가 |