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


In This Topic
    Header Property (PrintInfo)
    In This Topic
    Gets or sets the text and format of headers on printed pages.
    Syntax
    'Declaration
     
    
    Public Property Header As String
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As String
     
    instance.Header = value
     
    value = instance.Header
    public string Header {get; set;}
    See Also