Type이
Button이고, Button속성의 값이Button인 경우, 셀에 생성되는 버튼 객체의 너비를 설정합니다.
number
| Value | Description |
|---|---|
number |
버튼 객체의 너비 |
//버튼의 너비를 80px로 설정
options.Cols = [
...
{Type: "Button", Button: "Button", Name: "btn1", ButtonWidth: 80 ...},
...
];
| product | version | desc |
|---|---|---|
| core | 8.0.0.0 | 기능 추가 |