ButtonWidth (cell)
Type이 Button이고, Button속성의 값이 Button인 경우, 셀에 생성되는 버튼 객체의 너비를 설정합니다.
Type
number
Options
| Value |
Description |
number |
버튼 객체의 너비 |
Example
sheet.setAttribute(sheet.getRowById("AR99"), "CLS", "ButtonWidth", 80);
Read More
Since
| product |
version |
desc |
| core |
8.0.0.0 |
기능 추가 |