Overload | Description |
---|---|
protect() | Protects a workbook so that it cannot be modified. |
protect(boolean) | Protects a workbook so that it cannot be modified. |
protect(boolean,boolean) | Protects a workbook so that it cannot be modified. |
protect(String) | Protects a workbook so that it cannot be modified. |
protect(String,boolean) | Protects a workbook so that it cannot be modified. |
protect(String,boolean,boolean) | Protects a workbook so that it cannot be modified. |