FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / Footer Property
Example


In This Topic
Footer Property (PrintInfo)
In This Topic
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
Example
This sets the properties for the PrintInfo class.
See Also