API Reference
Class
ExcelSheetProtectionOptions
Options controlling worksheet protection behavior.
Inheritance
- Object
- ExcelSheetProtectionOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ExcelSheet.Protect
Constructors
public ExcelSheetProtectionOptions() #Inherited Methods
Properties
public Boolean AllowSelectLockedCells { get; set; } #Allow selecting locked cells.
public Boolean AllowSelectUnlockedCells { get; set; } #Allow selecting unlocked cells.
public Boolean AllowFormatCells { get; set; } #Allow formatting cells.
public Boolean AllowFormatColumns { get; set; } #Allow formatting columns.
public Boolean AllowFormatRows { get; set; } #Allow formatting rows.
public Boolean AllowInsertColumns { get; set; } #Allow inserting columns.
public Boolean AllowInsertRows { get; set; } #Allow inserting rows.
public Boolean AllowInsertHyperlinks { get; set; } #Allow inserting hyperlinks.
public Boolean AllowDeleteColumns { get; set; } #Allow deleting columns.
public Boolean AllowDeleteRows { get; set; } #Allow deleting rows.
public Boolean AllowSort { get; set; } #Allow sorting.
public Boolean AllowAutoFilter { get; set; } #Allow AutoFilter.
public Boolean AllowPivotTables { get; set; } #Allow PivotTables.