ExcelSheetProtection enum
Represents sheet protection flags enums.
Values
- none → const ExcelSheetProtection
-
Represents none flags.
- objects → const ExcelSheetProtection
-
True to protect shapes.
- scenarios → const ExcelSheetProtection
-
True to protect scenarios.
- formattingCells → const ExcelSheetProtection
-
True allows the user to format any cell on a protected worksheet.
- formattingColumns → const ExcelSheetProtection
-
True allows the user to format any column on a protected worksheet.
- formattingRows → const ExcelSheetProtection
-
True allows the user to format any row on a protected.
- insertingColumns → const ExcelSheetProtection
-
True allows the user to insert columns on the protected worksheet.
- insertingRows → const ExcelSheetProtection
-
True allows the user to insert rows on the protected worksheet.
- insertingHyperlinks → const ExcelSheetProtection
-
True allows the user to insert hyperlinks on the worksheet.
- deletingColumns → const ExcelSheetProtection
-
True allows the user to delete columns on the protected worksheet, where every cell in the column to be deleted is unlocked.
- deletingRows → const ExcelSheetProtection
-
True allows the user to delete rows on the protected worksheet, where every cell in the row to be deleted is unlocked.
- lockedCells → const ExcelSheetProtection
-
True to protect locked cells.
- sorting → const ExcelSheetProtection
-
True allows the user to sort on the protected worksheet.
- filtering → const ExcelSheetProtection
-
True allows the user to set filters on the protected worksheet. Users can change filter criteria but can not enable or disable an auto filter.
- usingPivotTables → const ExcelSheetProtection
-
True allows the user to use pivot table reports on the protected worksheet.
- unLockedCells → const ExcelSheetProtection
-
True to protect the user interface, but not macros.
- content → const ExcelSheetProtection
-
True to protect content.
- all → const ExcelSheetProtection
-
Represents all flags
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ExcelSheetProtection> - A constant List of the values in this enum, in order of their declaration.