EtcData를 설정 합니다.
ObjId.SetEtcData(name, value);
| Parameter | Type | Required | Description |
|---|---|---|---|
| name | String |
필수 | 설정할 데이터의 키 값 |
| value | String |
필수 | 설정할 값 |
none
// "etcName" 키로 "ibleaders" 값 설정
mySheet.SetEtcData("etcName", "ibleaders");
| version | desc |
|---|---|
| 7.0.0.0 |