Link Search Menu Expand Document

CellSetFontColorRGB Method

Sets the color of the font from the specified 8-bit color values (red, green, and blue).

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public void SetFontColorRGB(
	int r,
	int g,
	int b
)

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

Reference