Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Bitmap BackgoundImage { get; set; }
Public Property BackgoundImage As Bitmap
	Get
	Set
public:
virtual property Bitmap^ BackgoundImage {
	Bitmap^ get () sealed;
	void set (Bitmap^ value) sealed;
}
abstract BackgoundImage : Bitmap with get, set
override BackgoundImage : Bitmap with get, set

Property Value

Bitmap

Implements

IPageSetupBase..::..BackgoundImage

See Also