Excel for WinRT
Footer Property


Gets or sets the string to be displayed as a page footer when the sheet is printed.
Syntax
'Declaration
 
Public Property Footer As System.String
'Usage
 
Dim instance As XLPrintSettings
Dim value As System.String
 
instance.Footer = value
 
value = instance.Footer
public System.string Footer {get; set;}
Remarks
The footer string has the same structure and embedded commands as the header string. See the Header property for details.
See Also

Reference

XLPrintSettings Class
XLPrintSettings Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback