 | StyleBasicStylesColorizedText Method |
Gets a style to colorize the text of a cell
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntaxpublic static Style ColorizedText(
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 font color definition.
See Also