CellProtectProperties
셀 잠금 또는 셀 숨김을 설정한다.
Signature:
export interface CellProtectProperties
Remarks
DataCell영역에만 적용되고 그외 영역은 적용할수 없다. DataColumn.cellProtectProps 또는 ColumnStyleObject.cellProtectProps에서 사용한다. GridExportOptions.sheetProtect을 이용해서 시트 보호를 설정해야 적용된다.
Properties
Property | Type | Description |
---|---|---|
hidden | string | 수식 숨기기 |
locked | string | 잠금 |
Properties Desc
hidden
수식 숨기기
Type
- string
Remarks:
셀의 수식을 숨기기 위해서는 hidden
을 '1'
로 설정한다.
locked
잠금
Type
- string
Remarks:
엑셀 셀의 기본 설정은 잠금이다. 입력가능한 컬럼 또는 셀만 locked
를 '0'
으로 설정한다.