NonVisualConnectorProperties {xlcharts} | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.connector.html
NonVisualConnectorProperties(
cxnSpLocks = NULL,
stCxn = NULL,
endCxn = NULL,
extLst = NULL,
...
)
cxnSpLocks |
cxnSpLocks |
stCxn |
stCxn |
endCxn |
endCxn |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
NonVisualConnectorProperties()
## End(Not run)