ButtonWidth (row)

설정한 row에 생성되는 버튼 객체의 너비를 설정합니다. TypeButton이고, Button속성의 값이 Button인 조건을 만족한 버튼 객체에만 설정됩니다.

Type

number

Options

Value Description
number 버튼 태그의 너비(pixel단위)

Example

//특정행에 버튼의 너비를 16px로 설정
var rows = sheet.getDataRows();
rows[3]["ButtonWidth"] = "16px";
sheet.refreshRow(rows[3]);

Read More

Since

product version desc
core 8.0.0.0 기능 추가