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


In This Topic
    ShowTitle Property
    In This Topic
    Gets or sets whether to print the title.
    Syntax
    'Declaration
     
    
    Public Property ShowTitle As PrintTitle
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As PrintTitle
     
    instance.ShowTitle = value
     
    value = instance.ShowTitle
    public PrintTitle ShowTitle {get; set;}
    See Also