create_fill {openxlsx2} | R Documentation |
Create fill pattern
Description
Create fill pattern
Usage
create_fill(
gradientFill = "",
patternType = "",
bgColor = NULL,
fgColor = NULL,
...
)
Arguments
gradientFill |
complex fills |
patternType |
various: default is "none", but also "solid", or a color like "gray125" |
bgColor |
hex8 color with alpha, red, green, blue only for patternFill |
fgColor |
hex8 color with alpha, red, green, blue only for patternFill |
... |
... |
See Also
Other style creating functions:
create_border()
,
create_cell_style()
,
create_colors_xml()
,
create_dxfs_style()
,
create_font()
,
create_numfmt()
,
create_tablestyle()
[Package openxlsx2 version 1.8 Index]