IPageSetupBase
LeftFooterImage Property
|
Gets / set image for left 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 LeftFooterImage { get; set; }
Property LeftFooterImage As Image
Get
Set
property Image^ LeftFooterImage {
Image^ get ();
void set (Image^ value);
}
abstract LeftFooterImage : Image with get, set
Property Value
Type:
Image
See Also