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


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

    Parameters

    index
    See Also