Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormatCollection Class / Item Property


In This Topic
Item Property (ConditionalFormatCollection)
In This Topic
Gets the conditional formats (Indexer property to retrieve custom format items from the collection).
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ConditionalFormat
 
'Usage
 
Dim instance As ConditionalFormatCollection
Dim index As Integer
Dim value As ConditionalFormat
 
value = instance.Item(index)

Parameters

index
See Also