Excel for WinRT
FooterFirst Property


Gets or sets the string to be displayed as a first page footer when the sheet is printed.
Syntax
'Declaration
 
Public Property FooterFirst As System.String
'Usage
 
Dim instance As XLPrintSettings
Dim value As System.String
 
instance.FooterFirst = value
 
value = instance.FooterFirst
public System.string FooterFirst {get; set;}
Remarks
This string has the same structure and embedded commands as the main 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