DocxTableRow.SetBackgroundColor Method (Int32, Int32, Int32)

QsInformatica.Utils

DocxTableRowSetBackgroundColor Method (Int32, Int32, Int32)

Sets the color of the background.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxTableRow SetBackgroundColor(
	int r,
	int g,
	int b
)
Public Function SetBackgroundColor ( 
	r As Integer,
	g As Integer,
	b As Integer
) As DocxTableRow
public:
DocxTableRow^ SetBackgroundColor(
	int r, 
	int g, 
	int b
)
member SetBackgroundColor : 
        r : int * 
        g : int * 
        b : int -> DocxTableRow 

Parameters

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

Return Value

Type: DocxTableRow
DocxTableRow.
See Also