FileSharing {xlcharts} | R Documentation |
FileSharing
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.workbook.protection.html
Usage
FileSharing(
readOnlyRecommended = NULL,
userName = NULL,
reservationPassword = NULL,
algorithmName = NULL,
hashValue = NULL,
saltValue = NULL,
spinCount = NULL,
...
)
Arguments
readOnlyRecommended |
readOnlyRecommended |
userName |
userName |
reservationPassword |
reservationPassword |
algorithmName |
algorithmName |
hashValue |
hashValue |
saltValue |
saltValue |
spinCount |
spinCount |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
FileSharing()
## End(Not run)
[Package xlcharts version 0.0.2 Index]