FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / Footer Property


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
See Also