XlsRange
MoveTo Method (IXLSRange)
|
Moves the range to the specified destination with the default copy options.
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
)
Protected Sub MoveTo (
destination As IXLSRange
)
protected:
void MoveTo(
IXLSRange^ destination
)
member MoveTo :
destination : IXLSRange -> unit
Parameters
-
destination
-
Type:
Spire.Xls.Core
IXLSRange
The destination range to move to.
See Also