Provides information about the types of changes that are disabled when the associated Worksheet is protected.
Constructors
Section titled "Constructors"WorksheetProtection
new WorksheetProtection(a: Worksheet): WorksheetProtection Returns WorksheetProtection
Properties
Section titled "Properties"$t: Type allowDeletingColumns
Section titled "allowDeletingColumns"allowDeletingColumns: boolean allowDeletingRows
Section titled "allowDeletingRows"allowDeletingRows: boolean allowEditObjects
Section titled "allowEditObjects"allowEditObjects: boolean allowEditScenarios
Section titled "allowEditScenarios"allowEditScenarios: boolean allowFiltering
Section titled "allowFiltering"allowFiltering: boolean allowFormattingCells
Section titled "allowFormattingCells"allowFormattingCells: boolean allowFormattingColumns
Section titled "allowFormattingColumns"allowFormattingColumns: boolean allowFormattingRows
Section titled "allowFormattingRows"allowFormattingRows: boolean allowInsertingColumns
Section titled "allowInsertingColumns"allowInsertingColumns: boolean allowInsertingHyperlinks
Section titled "allowInsertingHyperlinks"allowInsertingHyperlinks: boolean allowInsertingRows
Section titled "allowInsertingRows"allowInsertingRows: boolean allowSorting
Section titled "allowSorting"allowSorting: boolean allowUsingPivotTables
Section titled "allowUsingPivotTables"allowUsingPivotTables: boolean selectionMode
Section titled "selectionMode"selectionMode: WorksheetProtectedSelectionMode Methods
Section titled "Methods"allowedEditRanges
Section titled "allowedEditRanges"Gets the range at the specified index in the collection. The range at the specified index.
allowedEditRanges(index: number): WorksheetProtectedRange Parameters
- index:
numberThe zero-based index of the range to get.