OfficeIMO

API Reference

Class

ExcelWorksheetProtectionSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable worksheet-protection metadata discovered during inspection.

Inheritance

  • Object
  • ExcelWorksheetProtectionSnapshot

Constructors

public ExcelWorksheetProtectionSnapshot() #

Properties

public Boolean AllowSelectLockedCells { get; set; } #

Whether selecting locked cells is allowed.

public Boolean AllowSelectUnlockedCells { get; set; } #

Whether selecting unlocked cells is allowed.

public Boolean AllowFormatCells { get; set; } #

Whether formatting cells is allowed.

public Boolean AllowFormatColumns { get; set; } #

Whether formatting columns is allowed.

public Boolean AllowFormatRows { get; set; } #

Whether formatting rows is allowed.

public Boolean AllowInsertColumns { get; set; } #

Whether inserting columns is allowed.

public Boolean AllowInsertRows { get; set; } #

Whether inserting rows is allowed.

public Boolean AllowDeleteColumns { get; set; } #

Whether deleting columns is allowed.

public Boolean AllowDeleteRows { get; set; } #

Whether deleting rows is allowed.

public Boolean AllowSort { get; set; } #

Whether sorting is allowed.

public Boolean AllowAutoFilter { get; set; } #

Whether AutoFilter interaction is allowed.

public Boolean AllowPivotTables { get; set; } #

Whether PivotTable interaction is allowed.