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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
Image RightFooterImage { get; set; }
Property RightFooterImage As Image
	Get
	Set
property Image^ RightFooterImage {
	Image^ get ();
	void set (Image^ value);
}
abstract RightFooterImage : Image with get, set

Property Value

Image

See Also