[]
Represents the various types of protection options available for a worksheet.
public interface IProtection
Public Interface IProtection
| Name | Description |
|---|---|
| AllowDeletingColumns | Gets a boolean value indicating whether the deletion of columns is allowed on a protected worksheet. |
| AllowDeletingRows | Gets a boolean value indicating whether the deletion of rows is allowed on a protected worksheet. |
| AllowFiltering | Gets a boolean value indicating whether the user is allowed to make use of an IAutoFilter that was created before the sheet was protected. |
| AllowFormattingCells | Gets a boolean value indicating whether the formatting of cells is allowed on a protected worksheet. |
| AllowFormattingColumns | Gets a boolean value indicating whether the formatting of columns is allowed on a protected worksheet. |
| AllowFormattingRows | Gets a boolean value indicating whether the formatting of rows is allowed on a protected worksheet. |
| AllowInsertingColumns | Gets a boolean value indicating whether the insertion of columns is allowed on a protected worksheet. |
| AllowInsertingHyperlinks | Gets a boolean value indicating whether the insertion of hyperlinks is allowed on a protected worksheet. |
| AllowInsertingRows | Gets a boolean value indicating whether the insertion of rows is allowed on a protected worksheet. |
| AllowSorting | Gets a boolean value indicating whether the sorting option is allowed on a protected worksheet. |