ColumnSetFontColorRGB Method
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Sets the color of the font from the specified 8-bit color values (red, green, and blue).
Namespace:Bytescout.SpreadsheetAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Parameters
- r
- Type: SystemInt32
The red component value for the new color of the font. - g
- Type: SystemInt32
The green component value for the new color of the font. - b
- Type: SystemInt32
The blue component value for the new color of the font.
Implements
IFontFormatSetFontColorRGB(Int32, Int32, Int32)See Also