ButtonWidth (row)

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

Type

number

Options

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

Example

//특정행의 들여쓰기 정도를 2로 설정
var rows = sheet.getDataRows();
rows[3]["ButtonWidth"] = "16px";
sheet.refreshRow(rows[3]);

Read More

Since

product version desc
core 8.0.0.0 기능 추가