Spread Windows Forms 12.0 Product Documentation
Item Property (IIconCriteria)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IIconCriteria Interface : Item Property
The index number of the IconCriterion object.
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

Reference

IIconCriteria Interface
IIconCriteria Members