Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintPageSetting Class / Copies Property


In This Topic
    Copies Property (ExcelPrintPageSetting)
    In This Topic
    Gets or sets the copies.
    Syntax
    'Declaration
     
    Public Property Copies As UShort
    'Usage
     
    Dim instance As ExcelPrintPageSetting
    Dim value As UShort
     
    instance.Copies = value
     
    value = instance.Copies
    public ushort Copies {get; set;}

    Property Value

    The copies.
    See Also