Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / MoveRange Method


In This Topic
    MoveRange Method (SparklineStorage)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub MoveRange( _
       ByVal source As SparseArray(Of Sparkline), _
       ByVal sourceIndex As Integer, _
       ByVal target As SparseArray(Of Sparkline), _
       ByVal targetIndex As Integer, _
       ByVal length As Integer _
    ) 
    'Usage
     
    
    Dim instance As SparklineStorage
    Dim source As SparseArray(Of Sparkline)
    Dim sourceIndex As Integer
    Dim target As SparseArray(Of Sparkline)
    Dim targetIndex As Integer
    Dim length As Integer
     
    instance.MoveRange(source, sourceIndex, target, targetIndex, length)

    Parameters

    source
    sourceIndex
    target
    targetIndex
    length
    See Also