XlsRange
MoveTo Method (IXLSRange, Boolean)
|
Moves the range to the specified destination.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected void MoveTo(
IXLSRange destination,
bool bUpdateFormula
)
Protected Sub MoveTo (
destination As IXLSRange,
bUpdateFormula As Boolean
)
protected:
void MoveTo(
IXLSRange^ destination,
bool bUpdateFormula
)
member MoveTo :
destination : IXLSRange *
bUpdateFormula : bool -> unit
Parameters
-
destination
-
Type:
Spire.Xls.Core
IXLSRange
The destination range.
-
bUpdateFormula
-
Type:
System
Boolean
A boolean indicating whether to update formula in the destination range.
See Also