 | StyleBasicStylesColorizedBackground Method |
Gets a style to colorize the background of a cell
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+3a069966d2787c42b695e5043a5e083b247634e3
Syntaxpublic static Style ColorizedBackground(
string rgb
)
Parameters
- rgb String
- RGB code in hex format (6 characters, e.g. FF00AC). Alpha will be set to full opacity (FF).
Return Value
StyleStyle with background color definition.
See Also