RangesCollection
Move Method (CellRange, Boolean)
|
Moves the cells 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 void Move(
CellRange destRange,
bool updateReference
)
Public Sub Move (
destRange As CellRange,
updateReference As Boolean
)
public:
void Move(
CellRange^ destRange,
bool updateReference
)
member Move :
destRange : CellRange *
updateReference : bool -> unit
Parameters
-
destRange
-
Type:
Spire.Xls
CellRange
-
updateReference
-
Type:
System
Boolean
Indicates whether to update reference range.
See Also