The ITabProtection interface contains properties and methods of table protection settings.
Property name | Brief description | |
Active | The Active property determines whether the table protection is established. | |
AllowDeletingColumns | The AllowDeletingColumns property determines whether columns can be deleted from the table. | |
AllowDeletingObjects | The AllowDeletingObjects property determines whether objects can be deleted from the table. | |
AllowDeletingRows | The AllowDeletingRows property determines whether rows can be deleted from the table. | |
AllowEditingObjects | The AllowEditingObjects property determines whether table objects can be edited. | |
AllowFiltering | The AllowFiltering property determines whether table auto filtering can be used. | |
AllowFormattingCells | The AllowFormattingCells property determines whether table cells can be formatted. | |
AllowFormattingColumns | The AllowFormattingColumns property determines whether table columns can be formatted. | |
AllowFormattingRows | The AllowFormattingRows property determines whether table rows can be formatted. | |
AllowInsertingColumns | The AllowInsertingColumns property determines whether columns can be inserted in the table. | |
AllowInsertingObjects | The AllowInsertingObjects property determines whether objects can be inserted in the table. | |
AllowInsertingRows | The AllowInsertingRows property determines whether rows can be inserted in the table. | |
AllowMovingObjects | The AllowMovingObjects property determines whether it is allowed to move objects to tables. | |
UserInterfaceOnly | The UserInterfaceOnly property determines whether user interface protection is set. |
Method name | Brief description | |
Activate | The Activate method activates table password protection. | |
Deactivate | The Deactivate method deactivates table password protection. |
See also: