'Declaration
ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As IFormatCondition
'Usage
Dim instance As IFormatConditions Dim index As System.Integer Dim value As IFormatCondition value = instance.Item(index)
IFormatCondition this[ System.int index ]; {get;}
Parameters
- index
- The zero-based index of the conditional format to return.