ExcelBackgroundImage Class

Office Open XML

An image that fills the background of the worksheet.

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

Syntax

C#
public class ExcelBackgroundImage : XmlHelper
Visual Basic (Declaration)
Public Class ExcelBackgroundImage _
	Inherits XmlHelper
Visual C++
public ref class ExcelBackgroundImage : public XmlHelper

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml..::.ExcelBackgroundImage

See Also