Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public void Move( CellRange sourceRange, CellRange destRange, bool updateReference, bool copyStyle )
Public Sub Move ( sourceRange As CellRange, destRange As CellRange, updateReference As Boolean, copyStyle As Boolean )
public: void Move( CellRange^ sourceRange, CellRange^ destRange, bool updateReference, bool copyStyle )
member Move : sourceRange : CellRange * destRange : CellRange * updateReference : bool * copyStyle : bool -> unit