WorksheetProtection

WorksheetProtection

Overview

WorksheetProtection is a class in Aspose.Cells FOSS for C++.

Represents worksheet protection.

Methods

SignatureDescription
GetIsProtected()boolGets or sets a value indicating whether protected.
SetIsProtected(value: bool)
GetObjects()boolGets or sets a value indicating whether objects.
SetObjects(value: bool)
GetScenarios()boolGets or sets a value indicating whether scenarios.
SetScenarios(value: bool)
GetFormatCells()boolGets or sets a value indicating whether format cells.
SetFormatCells(value: bool)
GetFormatColumns()boolGets or sets a value indicating whether format columns.
SetFormatColumns(value: bool)
GetFormatRows()boolGets or sets a value indicating whether format rows.
SetFormatRows(value: bool)
GetInsertColumns()boolGets or sets a value indicating whether insert columns.
SetInsertColumns(value: bool)
GetInsertRows()boolGets or sets a value indicating whether insert rows.
SetInsertRows(value: bool)
GetInsertHyperlinks()boolGets or sets a value indicating whether insert hyperlinks.
SetInsertHyperlinks(value: bool)
GetDeleteColumns()boolGets or sets a value indicating whether delete columns.
SetDeleteColumns(value: bool)
GetDeleteRows()boolGets or sets a value indicating whether delete rows.
SetDeleteRows(value: bool)
GetSelectLockedCells()boolGets or sets a value indicating whether select locked cells.
SetSelectLockedCells(value: bool)
GetSort()boolGets or sets a value indicating whether sort.
SetSort(value: bool)
GetAutoFilter()boolGets or sets a value indicating whether auto filter.
SetAutoFilter(value: bool)
GetPivotTables()boolGets or sets a value indicating whether pivot tables.
SetPivotTables(value: bool)
GetSelectUnlockedCells()boolGets or sets a value indicating whether select unlocked cells.
SetSelectUnlockedCells(value: bool)
Reset()Resets all protection settings to their defaults.

See Also