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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : ShowColumnFooter Property
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
public PrintHeader ShowColumnFooter {get; set;}
See Also

Reference

PrintInfo Class
PrintInfo Members