Documents for Word, .NET Edition
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RangeBase Class / MoveTo(RangeBase,InsertLocation,FormattingCopyStrategy) Method
The destination range.
The target location relative to the destination range.
Indicates whether to preserve the source formatting.

In This Topic
    MoveTo(RangeBase,InsertLocation,FormattingCopyStrategy) Method
    In This Topic
    Moves this range to another range.
    Syntax
    'Declaration
     
    Public Function MoveTo( _
       ByVal to As RangeBase, _
       ByVal insertLocation As InsertLocation, _
       Optional ByVal copyStrategy As FormattingCopyStrategy _
    ) As Range

    Parameters

    to
    The destination range.
    insertLocation
    The target location relative to the destination range.
    copyStrategy
    Indicates whether to preserve the source formatting.

    Return Value

    A Range value representing the moved content.
    See Also