Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / Cut Method
Specifies the new range to which the specified range will be pasted. It can be the range of the same or another workbook.
In This Topic
    Cut Method (IRange)
    In This Topic
    Cuts the range to the specified range.
    Syntax
    void Cut( 
       IRange destination
    )

    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.
    See Also