[]
        
(Showing Draft Content)

GC.Spread.Sheets.IProtectionOptions

Interface: IProtectionOptions

Spread.Sheets.IProtectionOptions

Table of contents

Properties

Properties

allowDeleteColumns

Optional allowDeleteColumns: boolean

True if the user can delete columns.


allowDeleteRows

Optional allowDeleteRows: boolean

True if the user can delete rows.


allowDragInsertColumns

Optional allowDragInsertColumns: boolean

True if the user can drag to insert columns.


allowDragInsertRows

Optional allowDragInsertRows: boolean

True if the user can drag to insert rows.


allowEditObjects

Optional allowEditObjects: boolean

True if the user can edit floating objects.


allowFilter

Optional allowFilter: boolean

True if the user can filter ranges.


allowInsertColumns

Optional allowInsertColumns: boolean

True if the user can insert columns.


allowInsertRows

Optional allowInsertRows: boolean

True if the user can insert rows.


allowOutlineColumns

Optional allowOutlineColumns: boolean

True if the user can expand or collapse the column groups.


allowOutlineRows

Optional allowOutlineRows: boolean

True if the user can expand or collapse the row groups.


allowResizeColumns

Optional allowResizeColumns: boolean

True if the user can resize columns.


allowResizeRows

Optional allowResizeRows: boolean

True if the user can resize rows.


allowSelectLockedCells

Optional allowSelectLockedCells: boolean

True or undefined if the user can select locked cells.


allowSelectUnlockedCells

Optional allowSelectUnlockedCells: boolean

True or undefined if the user can select unlocked cells.


allowSort

Optional allowSort: boolean

True if the user can sort ranges.