XlsRangesCollection
MoveTo Method
|
Moves the current object to the specified destination range.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
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 IXLSRange object representing the destination where the current object should be moved.
See Also