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 Image LeftFooterImage { get; set; }
Public Property LeftFooterImage As Image
	Get
	Set
public:
virtual property Image^ LeftFooterImage {
	Image^ get () sealed;
	void set (Image^ value) sealed;
}
abstract LeftFooterImage : Image with get, set
override LeftFooterImage : Image with get, set

Property Value

Image

Implements

IPageSetupBase..::..LeftFooterImage

See Also