Spread Silverlight Documentation
Footer Property (ExcelPrintPageSetting)


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

Property Value

The footer.
See Also

Reference

ExcelPrintPageSetting Class
ExcelPrintPageSetting Members