Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / Copy Method / Copy(IRange,PasteOption) 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 and whether to include hidden range.
In This Topic
    Copy(IRange,PasteOption) Method
    In This Topic
    Copies the range to the specified range.
    Syntax

    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.
    pasteOption
    Specifies the part of the range to be pasted and whether to include hidden range.
    See Also