Excel for WinRT
HeaderEven Property


Gets or sets the string to be displayed as a even page header when the sheet is printed.
Syntax
'Declaration
 
Public Property HeaderEven As System.String
'Usage
 
Dim instance As XLPrintSettings
Dim value As System.String
 
instance.HeaderEven = value
 
value = instance.HeaderEven
public System.string HeaderEven {get; set;}
Remarks
The string for a odd page header in the Header property. 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