CellRange
Copy Method (CellRange, CopyRangeOptions)
|
Copies the range to the specified range.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange Copy(
CellRange destRange,
CopyRangeOptions copyOptions
)
Public Function Copy (
destRange As CellRange,
copyOptions As CopyRangeOptions
) As CellRange
public:
CellRange^ Copy(
CellRange^ destRange,
CopyRangeOptions copyOptions
)
member Copy :
destRange : CellRange *
copyOptions : CopyRangeOptions -> CellRange
Parameters
-
destRange
-
Type:
Spire.Xls
CellRange
Destination range.
-
copyOptions
-
Type:
Spire.Xls
CopyRangeOptions
Copy options.
Return Value
Type:
CellRange
See Also