ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ValidationRuleCollection Class / Item Property
The zero-based index of the element to get or set.

In This Topic
    Item Property (ValidationRuleCollection)
    In This Topic
    Gets or sets the element at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As ValidationRule
    public ValidationRule this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The zero-based index of the element to get or set.
    See Also