Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / HeaderHeight Property


In This Topic
    HeaderHeight Property (PrintInfo)
    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;}
    See Also