Create Excel primary row style. Depends on the openxlsx
package. All arguments have default values and are optional to allow parameters to be modified.
r1( fill = "#FFFFFF", color = "#363635", font = "Arial", size = 10, h = "center", v = "center", border = "TopBottomLeftRight", ... )
fill | Primary row foreground fill. |
---|---|
color | Primary row font color. |
font | Primary row font name. |
size | Primary row font size. |
h | Horizontal alignment of primary row contents. |
v | Vertical alignment of primary row contents. |
border | Primary row cell border. |
... | Other arguments to be passed to |
openxlsx
style object.
Ayush Noori