Dokumentacja HotXLS
Spis treści
Start
Omówienie
TGridToXLS
IXLSWorkbook
Start
Spis treści
Omówienie
Metoda UnProtect
Usuwa ochronę arkusza
Składnia
procedure
UnProtect();
procedure
UnProtect(Password: string);
procedure
UnProtect(Password: string; lcid: Integer);
Password
String. String że denotes case-sensitive hasło do use do unprotect arkusz. If arkusz isn't protected z hasło, ten argument jest ignored
lcid
Integer. locale ID
Przykład
This example removes protection from the Worksheet one
Workbook.Sheets[
1
].Unprotect(
'mypass123'
);