Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / Copy Method / Copy(IRange,PasteType) Method
Specifies the new range to which the specified range will be pasted. It can be the range of the same or another workbook.
Specifies the part of the range to be pasted.
In This Topic
    Copy(IRange,PasteType) Method
    In This Topic
    Copies the range to the specified range.
    Syntax
    [System.Obsolete("Please use the PasteOption overload instead.")]
    void Copy( 
       IRange destination,
       PasteType pasteType
    )

    Parameters

    destination
    Specifies the new range to which the specified range will be pasted. It can be the range of the same or another workbook.
    pasteType
    Specifies the part of the range to be pasted.
    See Also