Spread for ASP.NET 12 Product Documentation
FooterHeight Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : FooterHeight Property
Gets or sets the height in pixels of the footer area.
Syntax
'Declaration
 
Public Property FooterHeight As Integer
'Usage
 
Dim instance As PrintInfo
Dim value As Integer
 
instance.FooterHeight = value
 
value = instance.FooterHeight
public int FooterHeight {get; set;}
See Also

Reference

PrintInfo Class
PrintInfo Members