Click or drag to resize
PicoXLSX

StyleBasicStylesColorizedText Method

Gets a style to colorize the text of a cell

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
public 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

Style
Style with font color definition.
See Also