Click or drag to resize
PicoXLSX

WorkbookAddMruColor Method

Adds a color value (HEX; 6-digit RGB or 8-digit ARGB) to the MRU list

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
public void AddMruColor(
	string color
)

Parameters

color  String
RGB code in hex format (either 6 characters, e.g. FF00AC or 8 characters with leading alpha value). Alpha will be set to full opacity (FF) in case of 6 characters.
See Also