Spread for ASP.NET 12 Product Documentation
Footer Property (PrintInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : Footer Property
Gets or sets the text and format of footers on printed pages.
Syntax
'Declaration
 
Public Property Footer As String
'Usage
 
Dim instance As PrintInfo
Dim value As String
 
instance.Footer = value
 
value = instance.Footer
public string Footer {get; set;}
See Also

Reference

PrintInfo Class
PrintInfo Members