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


In This Topic
    Printer Property
    In This Topic
    Gets or sets the name of the printer to use for printing.
    Syntax
    'Declaration
     
    
    Public Property Printer As String
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As String
     
    instance.Printer = value
     
    value = instance.Printer
    public string Printer {get; set;}
    See Also