 | StyleBasicStylesColorizedText Method |
Gets a style to colorize the text of a cell
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
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