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


In This Topic
    PrintType Property
    In This Topic
    Gets or sets what is to be printed.
    Syntax
    'Declaration
     
    
    Public Property PrintType As PrintType
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As PrintType
     
    instance.PrintType = value
     
    value = instance.PrintType
    public PrintType PrintType {get; set;}
    See Also