SheetProtectionValue {Microsoft.VisualBasic.MIME.Office.Excel.XLSX.Writer} | .NET clr documentation |
Enum to define the possible protection types when protecting a worksheet
# namespace Microsoft.VisualBasic.MIME.Office.Excel.XLSX.Writer
export class SheetProtectionValue extends Enum {
# If selected, the user can edit objects if the worksheets is protected
objects: SheetProtectionValue = 0;
# If selected, the user can edit scenarios if the worksheets is protected
scenarios: SheetProtectionValue = 1;
# If selected, the user can format cells if the worksheets is protected
formatCells: SheetProtectionValue = 2;
# If selected, the user can format columns if the worksheets is protected
formatColumns: SheetProtectionValue = 3;
# If selected, the user can format rows if the worksheets is protected
formatRows: SheetProtectionValue = 4;
# If selected, the user can insert columns if the worksheets is protected
insertColumns: SheetProtectionValue = 5;
# If selected, the user can insert rows if the worksheets is protected
insertRows: SheetProtectionValue = 6;
# If selected, the user can insert hyper links if the worksheets is protected
insertHyperlinks: SheetProtectionValue = 7;
# If selected, the user can delete columns if the worksheets is protected
deleteColumns: SheetProtectionValue = 8;
# If selected, the user can delete rows if the worksheets is protected
deleteRows: SheetProtectionValue = 9;
# If selected, the user can select locked cells if the worksheets is protected
selectLockedCells: SheetProtectionValue = 10;
# If selected, the user can sort cells if the worksheets is protected
sort: SheetProtectionValue = 11;
# If selected, the user can use auto filters if the worksheets is protected
autoFilter: SheetProtectionValue = 12;
# If selected, the user can use pivot tables if the worksheets is protected
pivotTables: SheetProtectionValue = 13;
# If selected, the user can select unlocked cells if the worksheets is protected
selectUnlockedCells: SheetProtectionValue = 14;
}
objects
: SheetProtectionValuescenarios
: SheetProtectionValueformatCells
: SheetProtectionValueformatColumns
: SheetProtectionValueformatRows
: SheetProtectionValueinsertColumns
: SheetProtectionValueinsertRows
: SheetProtectionValueinsertHyperlinks
: SheetProtectionValuedeleteColumns
: SheetProtectionValuedeleteRows
: SheetProtectionValueselectLockedCells
: SheetProtectionValuesort
: SheetProtectionValueautoFilter
: SheetProtectionValuepivotTables
: SheetProtectionValueselectUnlockedCells
: SheetProtectionValue