Click or drag to resize

Worksheet Copy Method

Overload List
Name Description
Public method Copy(CellRange, CellRange)
Copys data from a source range to a destination range.
Public method Copy(CellRange, CellRange, CopyRangeOptions)
Copys data from a source range to a destination range.
Public method Copy(CellRange, CellRange, Boolean)
Copys data from a source range to a destination range.
Public method Copy(CellRange, Worksheet, Int32, Int32)
Copy data from source range to destination worksheet.
Public method Copy(CellRange, CellRange, Boolean, Boolean, Boolean)
Copys data from a source range to a destination range.
Public method Copy(CellRange, Worksheet, Int32, Int32, Boolean)
Copy data from source range to destination worksheet.
Public method Copy(CellRange, CellRange, Boolean, Boolean, Boolean, Boolean)
Copys data from a source range to a destination range.
Public method Copy(CellRange, Worksheet, Int32, Int32, Boolean, Boolean)
Copy data from source range to destination worksheet.
Top
See Also