ButtonWidth (cell)

TypeButton이고, Button속성의 값이 Button인 경우, 셀에 생성되는 버튼 객체의 너비를 설정합니다.

Type

number

Options

Value Description
number 버튼 객체의 너비

Example

//버튼의 너비를 80px로 설정
sheet.setAttribute(sheet.getRowById("AR99"), "CLS", "ButtonWidth", 80);

Read More

Since

product version desc
core 8.0.0.0 기능 추가