API Reference
Class
ExcelSheetProtectionOptions
Options controlling worksheet protection behavior.
Inheritance
- Object
- ExcelSheetProtectionOptions
Constructors
public ExcelSheetProtectionOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.