Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ControlValidatorCollection Class / Move Method


In This Topic
    Move Method (ControlValidatorCollection)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Public Sub Move( _
       ByVal oldIndex As Integer, _
       ByVal newIndex As Integer _
    ) 
    'Usage
     
    Dim instance As ControlValidatorCollection
    Dim oldIndex As Integer
    Dim newIndex As Integer
     
    instance.Move(oldIndex, newIndex)
    [__DynamicallyInvokable()]
    public void Move( 
       int oldIndex,
       int newIndex
    )

    Parameters

    oldIndex
    newIndex
    See Also