Usage
PatternFill(
patternType = NULL,
fill_type = NULL,
start_color = NULL,
end_color = NULL,
...
)
Value
An openpyxl Python object.
Arguments
- patternType
patternType
- fill_type
fill_type
- start_color
start_color
- end_color
end_color
- ...
Additional arguments, i.e. kwargs.
Caution
if you do not specify a fill_type, other attributes will have:
no effect !
Details
Caution: if you do not specify a fill_type, other attributes will have
no effect !