OfficeIMO

API Reference

Class

ExcelSheetProtectionOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Options controlling worksheet protection behavior.

Inheritance

  • Object
  • ExcelSheetProtectionOptions

Constructors

public ExcelSheetProtectionOptions() #

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 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.