Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IIconCriteria Interface / Item Property
The index number of the IconCriterion object.


In This Topic
    Item Property (IIconCriteria)
    In This Topic
    Returns a single IconCriterion object from the IconCriteria collection.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As IIconCriterion
    'Usage
     
    
    Dim instance As IIconCriteria
    Dim index As Integer
    Dim value As IIconCriterion
     
    value = instance.Item(index)
    IIconCriterion this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index number of the IconCriterion object.

    Property Value

    IconCriterion.
    See Also