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


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