DocxCell.BackgroundColor Property

QsInformatica.Utils

DocxCellBackgroundColor Property

Gets or 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 Color BackgroundColor { get; set; }
Public Property BackgroundColor As Color
	Get
	Set
public:
property Color BackgroundColor {
	Color get ();
	void set (Color value);
}
member BackgroundColor : Color with get, set

Property Value

Type: Color
The color of the back ground.
See Also