Indent (cell)

문자열 정렬(Align)에 따라 셀 좌측 또는 우측에 들여쓰기를 설정합니다.
숫자로 입력시 입력값*10px로 padding이 생성됩니다.

Type

number

Options

Value Description
number 패딩 정도 (입력값 * 10px)

Example

//특정 셀에 20px 정도 패딩을 생성
sheet.setAttribute(sheet.getRowById("AR99"), "CLS", "Indent", 2);

Read More

Since

product version desc
core 8.0.0.0 기능 추가