문자열 정렬(Align)에 따라 셀 좌측 또는 우측에 들여쓰기를 설정합니다.
숫자로 입력시 입력값 * 10 px로 padding이 생성됩니다.
number
Value | Description |
---|---|
number |
패딩 정도 (입력값 * 10px) |
//특정 열의 좌측에 20px 정도 패딩을 생성
options.Cols = [
...
{Type: "Text", Name: "Description", Align: "Left", Indent: 2, Width: 100 ...},
...
];
product | version | desc |
---|---|---|
core | 8.0.0.0 | 기능 추가 |