'Declaration Public Overloads ReadOnly Property Item( _ ByVal index As System.Integer _ ) As FormattingRuleBase
'Usage Dim instance As ConditionalFormat Dim index As System.Integer Dim value As FormattingRuleBase value = instance.Item(index)
public FormattingRuleBase Item( System.int index ) {get;}
Parameters
- index
- Index of the rule to return.