IPageSetupBase
RightFooter Property
|
Returns or sets the right part of the footer. Read / write String.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
string RightFooter { get; set; }
Property RightFooter As String
Get
Set
property String^ RightFooter {
String^ get ();
void set (String^ value);
}
abstract RightFooter : string with get, set
Property Value
Type:
String
See Also