تتحكم هذه الخصائص المنطقية في أذونات كل إجراء المحفوظة في سجل SheetProtect من BIFF8 لورقة العمل الكلاسيكية المحمية XLS
البنية
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;
القيم الافتراضية
تكون AllowSelectLockedCells وAllowSelectUnlockedCells افتراضياً True. الأذونات الأخرى افتراضياً False
مثال
Sheet.AllowDeleteRows := True;
Sheet.AllowInsertRows := True;
Sheet.AllowAutoFilter := True;
Sheet.Protect('mypass123');
انظر أيضاً