Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatConditions Interface / Item Property
An integer value that indicates the index number.


In This Topic
Item Property (IFormatConditions)
In This Topic
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)

Parameters

index
An integer value that indicates the index number.

Property Value

The IFormatCondition object.
See Also