 | WorkbookAddMruColor Method |
Adds a color value (HEX; 6-digit RGB or 8-digit ARGB) to the MRU list
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
Syntaxpublic 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