Click or drag to resize

DocxCellSetBackgroundColor Method (Int32, Int32, Int32)

Sets the color of the background.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public DocxCell SetBackgroundColor(
	int r,
	int g,
	int b
)

Parameters

r
Type: SystemInt32
The r.
g
Type: SystemInt32
The g.
b
Type: SystemInt32
The b.

Return Value

Type: DocxCell
DocxCell.
See Also