GrapeCity.Xaml.Excel
Footer Property (ExcelPrintPageSetting)


GrapeCity.Excel Namespace > ExcelPrintPageSetting Class : Footer Property
Gets or sets the footer.
Syntax
'Declaration
 
Public Property Footer As String
'Usage
 
Dim instance As ExcelPrintPageSetting
Dim value As String
 
instance.Footer = value
 
value = instance.Footer
public string Footer {get; set;}

Property Value

The footer.
See Also

Reference

ExcelPrintPageSetting Class
ExcelPrintPageSetting Members