열의 너비를 pixel단위로 설정합니다.
시트객체의 최초 생성시 열의 너비를 의미합니다.
number
Value | Description |
---|---|
number |
열의 너비(pixel단위) |
//특정 열의 너비를 85px로 설정합니다.
options.Cols = [
...
{Type: "Text", Name: "EMPID", Width: 85, ...},
...
];
product | version | desc |
---|---|---|
core | 8.0.0.0 | 기능 추가 |