[]
Copy range to range.
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
Type | Name | Description |
---|---|---|
RangeBase | from | Source range. |
RangeBase | to | Destination range. |
InsertLocation | insertLocation | Defines relative to "to" insert content point. |
Type | Description |
---|---|
Range |