BackgroundImage Property

Office Open XML

An image displayed as the background of the worksheet.

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelBackgroundImage BackgroundImage { get; }
Visual Basic (Declaration)
Public ReadOnly Property BackgroundImage As ExcelBackgroundImage
Visual C++
public:
property ExcelBackgroundImage^ BackgroundImage {
	ExcelBackgroundImage^ get ();
}

See Also