WorksheetProtection

WorksheetProtection

Overview

WorksheetProtection is a class in Aspose.Cells FOSS for Java.

Represents protection settings for a worksheet.

Properties

NameTypeAccessDescription
isProtectedbooleanReadReturns the protected.
objectsbooleanReadReturns the objects.
scenariosbooleanReadReturns the scenarios.
formatCellsbooleanReadReturns the format cells.
formatColumnsbooleanReadReturns the format columns.
formatRowsbooleanReadReturns the format rows.
insertColumnsbooleanReadReturns the insert columns.
insertRowsbooleanReadReturns the insert rows.
insertHyperlinksbooleanReadReturns the insert hyperlinks.
deleteColumnsbooleanReadReturns the delete columns.
deleteRowsbooleanReadReturns the delete rows.
selectLockedCellsbooleanReadReturns the select locked cells.
sortbooleanReadReturns the sort.
autoFilterbooleanReadReturns the auto filter.
pivotTablesbooleanReadReturns the pivot tables.
selectUnlockedCellsbooleanReadReturns the select unlocked cells.

Methods

SignatureDescription
getIsProtected()booleanReturns the protected.
setIsProtected(isProtected: boolean)Sets the protected.
getObjects()booleanReturns the objects.
setObjects(objects: boolean)Sets the objects.
getScenarios()booleanReturns the scenarios.
setScenarios(scenarios: boolean)Sets the scenarios.
getFormatCells()booleanReturns the format cells.
setFormatCells(formatCells: boolean)Sets the format cells.
getFormatColumns()booleanReturns the format columns.
setFormatColumns(formatColumns: boolean)Sets the format columns.
getFormatRows()booleanReturns the format rows.
setFormatRows(formatRows: boolean)Sets the format rows.
getInsertColumns()booleanReturns the insert columns.
setInsertColumns(insertColumns: boolean)Sets the insert columns.
getInsertRows()booleanReturns the insert rows.
setInsertRows(insertRows: boolean)Sets the insert rows.
getInsertHyperlinks()booleanReturns the insert hyperlinks.
setInsertHyperlinks(insertHyperlinks: boolean)Sets the insert hyperlinks.
getDeleteColumns()booleanReturns the delete columns.
setDeleteColumns(deleteColumns: boolean)Sets the delete columns.
getDeleteRows()booleanReturns the delete rows.
setDeleteRows(deleteRows: boolean)Sets the delete rows.
getSelectLockedCells()booleanReturns the select locked cells.
setSelectLockedCells(selectLockedCells: boolean)Sets the select locked cells.
getSort()booleanReturns the sort.
setSort(sort: boolean)Sets the sort.
getAutoFilter()booleanReturns the auto filter.
setAutoFilter(autoFilter: boolean)Sets the auto filter.
getPivotTables()booleanReturns the pivot tables.
setPivotTables(pivotTables: boolean)Sets the pivot tables.
getSelectUnlockedCells()booleanReturns the select unlocked cells.
setSelectUnlockedCells(selectUnlockedCells: boolean)Sets the select unlocked cells.