Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / ShowColumnFooter Property


In This Topic
ShowColumnFooter Property (PrintInfo)
In This Topic
Gets or sets whether to print the column footer.
Syntax
'Declaration
 
Public Property ShowColumnFooter As PrintHeader
 
'Usage
 
Dim instance As PrintInfo
Dim value As PrintHeader
 
instance.ShowColumnFooter = value
 
value = instance.ShowColumnFooter
See Also