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


In This Topic
    FooterHeight Property
    In This Topic
    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