'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;}
this: : IFormatCondition;[ index: System.Integer ]; read-only
this[ index : System.int ] get : IFormatCondition
__property IFormatCondition* get_Item System.int index ;
property IFormatCondition^ default [int] { IFormatCondition^ get(System.int index); }
Parameters
- index
- The zero-based index of the conditional format to return.