HotXLS 문서
목차
홈
개요
TGridToXLS
IXLSWorkbook
홈
목차
개요
Protect 메서드
통합 문서를 수정할 수 없도록 보호합니다
구문
procedure
Protect();
procedure
Protect(Password: string);
Password
Optional String. String 지정합니다 case-sensitive 암호 용 통합 문서. If 이 argument 입니다 omitted, 할 수 있습니다 unprotect 통합 문서 없이 사용 암호. Otherwise, must specify 암호 로 unprotect 통합 문서
예제
This example sets the password for the Workbook
Workbook.Protect(
'mypass123'
);