Protection 对象成员 |
代表工作表可使用的各种保护选项类型。
属性
? | 名称 | 说明 |
---|---|---|
![]() | AllowDeletingColumns | 如果允许删除受保护工作表上的列,则返回 True。Boolean 类型,只读。 |
![]() | AllowDeletingRows | 如果允许删除受保护工作表上的行,则返回 True。Boolean 类型,只读。 |
![]() | AllowEditRanges | 返回一个 AllowEditRanges 对象。 |
![]() | AllowFiltering | 如果允许用户使用工作表受保护之前设置的“自动筛选”,则返回 True。Boolean 类型,只读。 |
![]() | AllowFormattingCells | 如果允许对受保护的工作表上的单元格进行格式设置,则返回 True。Boolean 类型,只读。 |
![]() | AllowFormattingColumns | 如果允许对受保护的工作表上的列进行格式设置,则返回 True。Boolean 类型,只读。 |
![]() | AllowFormattingRows | 如果允许对受保护的工作表上的行进行格式设置,则返回 True。Boolean 类型,只读。 |
![]() | AllowInsertingColumns | 如果允许在受保护的工作表上插入列,则返回 True。Boolean 类型,只读。 |
![]() | AllowInsertingHyperlinks | 如果允许在受保护的工作表上插入超链接,则返回 True。Boolean 类型,只读。 |
![]() | AllowInsertingRows | 如果允许用户在受保护的工作表上插入行,则返回 True。Boolean 类型,只读。 |
![]() | AllowSorting | 如果允许在受保护的工作表上使用排序选项,则返回 True。Boolean 类型,只读。 |
![]() | AllowUsingPivotTables | 如果允许用户在受保护的工作表上处理数据透视表,则返回 True。Boolean 类型,只读。 |