Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ControlValidatorCollection Class / Item Property


In This Topic
    Item Property (ControlValidatorCollection)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Public Default Property Item( _
       ByVal index As Integer _
    ) As ControlValidator
    'Usage
     
    Dim instance As ControlValidatorCollection
    Dim index As Integer
    Dim value As ControlValidator
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    [__DynamicallyInvokable()]
    public ControlValidator this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also