Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / HeaderHeight Property
Example


In This Topic
    HeaderHeight Property
    In This Topic
    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;}
    Example
    This sets the properties for the PrintInfo class.
    See Also