Spread WPF 17
GrapeCity.Excel Namespace / IExcelPrintPageSetting Interface / Copies Property


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

    Property Value

    The copies.
    See Also