Border | R Documentation |
Border positioning for use in styles.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.borders.html
Border(
left = NULL,
right = NULL,
top = NULL,
bottom = NULL,
diagonal = NULL,
diagonal_direction = NULL,
vertical = NULL,
horizontal = NULL,
diagonalUp = FALSE,
diagonalDown = FALSE,
outline = TRUE,
start = NULL,
end = NULL,
...
)
left |
left |
right |
right |
top |
top |
bottom |
bottom |
diagonal |
diagonal |
diagonal_direction |
diagonal_direction |
vertical |
vertical |
horizontal |
horizontal |
diagonalUp |
diagonalUp |
diagonalDown |
diagonalDown |
outline |
outline |
start |
start |
end |
end |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
Border()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.