Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintMargin Class / Header Property


In This Topic
    Header Property (PrintMargin)
    In This Topic
    Gets or sets the header margin for the printed page.
    Syntax
    'Declaration
     
    
    Public Property Header As Integer
    'Usage
     
    
    Dim instance As PrintMargin
    Dim value As Integer
     
    instance.Header = value
     
    value = instance.Header
    public int Header {get; set;}
    See Also