RangesCollection
Copy Method (CellRange, Boolean)
|
Copies the range to the specified range.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange Copy(
CellRange destRange,
bool updateReference
)
Public Function Copy (
destRange As CellRange,
updateReference As Boolean
) As CellRange
public:
CellRange^ Copy(
CellRange^ destRange,
bool updateReference
)
member Copy :
destRange : CellRange *
updateReference : bool -> CellRange
Parameters
-
destRange
-
Type:
Spire.Xls
CellRange
-
updateReference
-
Type:
System
Boolean
Indicates whether to update reference cells.
Return Value
Type:
CellRange
See Also