[]
        
(Showing Draft Content)

GC.Spread.Sheets.IProtectionOptions

インターフェイス: IProtectionOptions

Spread.Sheets.IProtectionOptions

Table of contents

プロパティ

プロパティ

allowDeleteColumns

オプション allowDeleteColumns: boolean

ユーザーが列を削除できる場合はtrue。


allowDeleteRows

オプション allowDeleteRows: boolean

ユーザーが行を削除できる場合はtrue。


allowDragInsertColumns

オプション allowDragInsertColumns: boolean

ユーザーがドラッグして列を挿入できる場合はtrue。


allowDragInsertRows

オプション allowDragInsertRows: boolean

ユーザーがドラッグして行を挿入できる場合はtrue。


allowEditObjects

オプション allowEditObjects: boolean

ユーザーがフローティングオブジェクトを編集できる場合はtrue。


allowFilter

オプション allowFilter: boolean

ユーザーが範囲をフィルタリングできる場合はtrue。


allowInsertColumns

オプション allowInsertColumns: boolean

ユーザーが列を挿入できる場合はtrue。


allowInsertRows

オプション allowInsertRows: boolean

ユーザーが行を挿入できる場合はtrue。


allowOutlineColumns

オプション allowOutlineColumns: boolean

ユーザーが列グループを展開または折りたたむことができる場合はTrue。


allowOutlineRows

オプション allowOutlineRows: boolean

ユーザーが行グループを展開または折りたたむことができる場合はTrue。


allowResizeColumns

オプション allowResizeColumns: boolean

ユーザーが列のサイズを変更できる場合はtrue。


allowResizeRows

オプション allowResizeRows: boolean

ユーザーが行のサイズを変更できる場合はtrue。


allowSelectLockedCells

オプション allowSelectLockedCells: boolean

ユーザーがロックされたセルを選択できる場合はtrueまたはundefined。


allowSelectUnlockedCells

オプション allowSelectUnlockedCells: boolean

ユーザーがロックされていないセルを選択できる場合はtrueまたはundefined。


allowSort

オプション allowSort: boolean

ユーザーが範囲をソートできる場合はtrue。