Spread Windows Forms 12.0 Product Documentation
Item Property (IFormatConditions)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFormatConditions Interface : Item Property
An integer value that indicates the index number.
Gets the IFormatCondition object at the specified index.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As IFormatCondition
'Usage
 
Dim instance As IFormatConditions
Dim index As Integer
Dim value As IFormatCondition
 
value = instance.Item(index)
IFormatCondition this[ 
   int index
]; {get;}

Parameters

index
An integer value that indicates the index number.

Property Value

The IFormatCondition object.
See Also

Reference

IFormatConditions Interface
IFormatConditions Members