MoveRange Method (CellMatrix<T>)
In This Topic
Syntax
'Declaration
Public Overridable Sub MoveRange( _
ByVal As SparseArray(Of T), _
ByVal As Integer, _
ByVal As SparseArray(Of T), _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As CellMatrix(Of T)
Dim source As SparseArray(Of T)
Dim sourceIndex As Integer
Dim target As SparseArray(Of T)
Dim targetIndex As Integer
Dim length As Integer
instance.MoveRange(source, sourceIndex, target, targetIndex, length)
public virtual void MoveRange(
SparseArray<T> ,
int ,
SparseArray<T> ,
int ,
int
)
Parameters
- source
- sourceIndex
- target
- targetIndex
- length
See Also