TdxSpreadSheetSheetProtectionOptions Properties
Stores end-user permission settings for a protected worksheet.| Name | Description |
|---|---|
| ActualAllowDeleteColumns | Identifies if a user can delete columns in a worksheet. |
| ActualAllowDeleteRows | Identifies if an end-user can delete rows in a worksheet. |
| ActualAllowEditContainers | Identifies if an end-user can create, modify, and delete floating containers in a worksheet. |
| ActualAllowEditHyperlinks | Identifies if an end-user can create, modify, and delete hyperlinks in a worksheet. |
| ActualAllowFormatCells | Identifies if an end-user can modify the formatting of unlocked cells in a worksheet. |
| ActualAllowInsertColumns | Identifies if an end-user can insert worksheet columns. |
| ActualAllowInsertRows | Identifies if an end-user can insert worksheet rows. |
| ActualAllowResizeColumns | Identifies if an end-user can resize worksheet columns. |
| ActualAllowResizeRows | Identifies if an end-user can resize worksheet rows. |
| ActualAllowSelectLockedCells | Identifies if an end-user can select locked cells in a worksheet. |
| ActualAllowSelectUnlockedCells | Identifies if an end-user can select cells in a worksheet. |
| ActualAllowSort | Identifies if an end-user can sort unlocked cells in a worksheet. |
| AllowDeleteColumns | Specifies if an end-user can delete columns in a protected worksheet. |
| AllowDeleteRows | Specifies if an end-user can delete rows in a protected worksheet. |
| AllowEditContainers | Specifies if an end-user can create, move, modify, and delete floating containers in a protected worksheet. |
| AllowEditHyperlinks | Specifies if an end-user can create, modify, and delete hyperlinks in a protected worksheet. |
| AllowFormatCells | Specifies if an end-user can format cells in a protected worksheet. |
| AllowInsertColumns | Specifies if an end-user can insert columns in a protected worksheet. |
| AllowInsertRows | Specifies if an end-user can insert rows in a protected worksheet. |
| AllowResizeColumns | Specifies if an end-user can resize columns in a protected worksheet. |
| AllowResizeRows | Specifies if an end-user can resize rows in a protected worksheet. |
| AllowSelectLockedCells | Specifies if an end-user can select locked cells in a protected worksheet. |
| AllowSelectUnlockedCells | Specifies if an end-user can select cells in a protected worksheet. |
| AllowSort | Specifies if an end-user can sort unlocked cells in a protected worksheet. |
| Protected | Specifies if an individual worksheet or the spreadsheet document structure is protected. Inherited from TdxSpreadSheetCustomProtectionOptions. |
| ProtectionInfo | Specifies the password protection provider and its settings applied an individual worksheet or the spreadsheet document structure. Inherited from TdxSpreadSheetCustomProtectionOptions. |
See Also