Tieto Boolean vlastnosti riadia oprávnenia na akciu uložené v
zázname BIFF8 SheetProtect pre chránený klasický XLS pracovný list. Nastavte ich
pred uložením zošita; zavolajte Protect na aktiváciu ochrany
Popis
property AllowEditObjects: Boolean;
property AllowEditScenarios: Boolean;
property AllowFormatCells: Boolean;
property AllowFormatColumns: Boolean;
property AllowFormatRows: Boolean;
property AllowInsertColumns: Boolean;
property AllowInsertRows: Boolean;
property AllowInsertHyperlinks: Boolean;
property AllowDeleteColumns: Boolean;
property AllowDeleteRows: Boolean;
property AllowSelectLockedCells: Boolean;
property AllowSort: Boolean;
property AllowAutoFilter: Boolean;
property AllowPivotTables: Boolean;
property AllowSelectUnlockedCells: Boolean;
Predvolené hodnoty
AllowSelectLockedCells and
AllowSelectUnlockedCells default to True
The other permission properties default to False
Pozri tiež
Sheet.AllowDeleteRows := True;
Sheet.AllowInsertRows := True;
Sheet.AllowAutoFilter := True;
Sheet.Protect('mypass123');
Pozri tiež
AllowSelectLockedCells a
AllowSelectUnlockedCells majú predvolenú hodnotu True
Ostatné vlastnosti oprávnení majú predvolenú hodnotu False