Spread for ASP.NET 12 Product Documentation
HeaderHeight Property


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

Reference

PrintInfo Class
PrintInfo Members