Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / NumberOfCopies Property


In This Topic
    NumberOfCopies Property (PageSetup)
    In This Topic
    Gets or sets the number of copies to print.
    Syntax
    'Declaration
     
    
    Public Property NumberOfCopies As Integer
    'Usage
     
    
    Dim instance As PageSetup
    Dim value As Integer
     
    instance.NumberOfCopies = value
     
    value = instance.NumberOfCopies
    public int NumberOfCopies {get; set;}
    See Also