Spread for ASP.NET 12 Product Documentation
ShowColumnFooterEachPage Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : ShowColumnFooterEachPage Property
Gets or sets whether to print the column footer on every page.
Syntax
'Declaration
 
Public Property ShowColumnFooterEachPage As Boolean
'Usage
 
Dim instance As PrintInfo
Dim value As Boolean
 
instance.ShowColumnFooterEachPage = value
 
value = instance.ShowColumnFooterEachPage
public bool ShowColumnFooterEachPage {get; set;}
See Also

Reference

PrintInfo Class
PrintInfo Members