Copies the range to the specified destination Range (without updating formulas).
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange CopyTo(
IXLSRange destination
)
Public Function CopyTo (
destination As IXLSRange
) As IXLSRange
public:
IXLSRange^ CopyTo(
IXLSRange^ destination
)
member CopyTo :
destination : IXLSRange -> IXLSRange
Parameters
-
destination
-
Type:
Spire.Xls.Core
IXLSRange
Destination range.
Return Value
Type:
IXLSRange
Range were this range was copied.
See Also