IPageSetupBase
RightFooterImage Property
|
Gets / set image for right part of the footer.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Type:
Image
See Also