public interface SheetProtection
Modifier and Type | Method and Description |
---|---|
boolean |
isAutoFilter() |
boolean |
isDeleteColumns() |
boolean |
isDeleteRows() |
boolean |
isFormatCells() |
boolean |
isFormatColumns() |
boolean |
isFormatRows() |
boolean |
isInsertColumns() |
boolean |
isInsertHyperlinks() |
boolean |
isInsertRows() |
boolean |
isObjects() |
boolean |
isPivotTables() |
boolean |
isScenarios() |
boolean |
isSelectLockedCells() |
boolean |
isSelectUnlockedCells() |
boolean |
isSort() |
void |
setAutoFilter(boolean flag)
Enable Autofilters locking.
|
void |
setDeleteColumns(boolean flag)
Enable Deleting columns locking.
|
void |
setDeleteRows(boolean flag)
Enable Deleting rows locking.
|
void |
setFormatCells(boolean flag)
Enable Formatting cells locking.
|
void |
setFormatColumns(boolean flag)
Enable Formatting columns locking.
|
void |
setFormatRows(boolean flag)
Enable Formatting rows locking.
|
void |
setInsertColumns(boolean flag)
Enable Inserting columns locking.
|
void |
setInsertHyperlinks(boolean flag)
Enable Inserting hyperlinks locking.
|
void |
setInsertRows(boolean flag)
Enable Inserting rows locking.
|
void |
setObjects(boolean flag)
Enable Objects locking.
|
void |
setPivotTables(boolean flag)
Enable Pivot Tables locking.
|
void |
setScenarios(boolean flag)
Enable Scenarios locking.
|
void |
setSelectLockedCells(boolean flag)
Enable Selection of locked cells locking.
|
void |
setSelectUnlockedCells(boolean flag)
Enable Selection of unlocked cells locking.
|
void |
setSort(boolean flag)
Enable Sort locking.
|
boolean isAutoFilter()
boolean isDeleteColumns()
boolean isDeleteRows()
boolean isFormatCells()
boolean isFormatColumns()
boolean isFormatRows()
boolean isInsertColumns()
boolean isInsertHyperlinks()
boolean isInsertRows()
boolean isPivotTables()
boolean isSort()
boolean isObjects()
boolean isScenarios()
boolean isSelectLockedCells()
boolean isSelectUnlockedCells()
void setAutoFilter(boolean flag)
#enableLocking()
void setDeleteColumns(boolean flag)
#enableLocking()
void setDeleteRows(boolean flag)
#enableLocking()
void setFormatCells(boolean flag)
#enableLocking()
void setFormatColumns(boolean flag)
#enableLocking()
void setFormatRows(boolean flag)
#enableLocking()
void setInsertColumns(boolean flag)
#enableLocking()
void setInsertHyperlinks(boolean flag)
#enableLocking()
void setInsertRows(boolean flag)
#enableLocking()
void setPivotTables(boolean flag)
#enableLocking()
void setSort(boolean flag)
#enableLocking()
void setObjects(boolean flag)
#enableLocking()
void setScenarios(boolean flag)
#enableLocking()
void setSelectLockedCells(boolean flag)
#enableLocking()
void setSelectUnlockedCells(boolean flag)
#enableLocking()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.