[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CopyService.CopyTo

CopyTo Method

CopyTo(RangeBase, RangeBase, InsertLocation)

Copy range to range.

Declaration
public Range CopyTo(RangeBase from, RangeBase to, InsertLocation insertLocation = InsertLocation.End)
Public Function CopyTo(from As RangeBase, [to] As RangeBase, Optional insertLocation As InsertLocation = InsertLocation.End) As Range
Parameters
Type Name Description
RangeBase from

Source range.

RangeBase to

Destination range.

InsertLocation insertLocation

Defines relative to "to" insert content point.

Returns
Type Description
Range