문자열을 통해 현재 시트의 테마 및 Def의
Header,Row에 설정된 스타일 관련 정보를 변경하는 메소드입니다.
boolean setCurrentStyle( info );
| Name | Type | Required | Description |
|---|---|---|---|
| info | string |
필수 | 현재 시트 컬럼에 적용하고 싶은 스타일 정보 |
boolean
var info = '{"HeaderColor":"#1d1d1b","HeaderTextSize":"14","HeaderTextColor":"#efe6e6","AlternateColor":"#dfdfe2","RowColor":"#f6f6ee","RowTextSize":"12","RowTextColor":"#211c1c","Theme":"IB"}' // getCurrentStyle에서 얻은 결과와 같은 형식
sheet.setCurrentStyle( info );
| product | version | desc |
|---|---|---|
| core | 8.3.0.18 | 기능 추가 |