Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ConditionalFormat Class / Item Property / Item(Int32) Property
Index of the rule to return.


In This Topic
    Item(Int32) Property
    In This Topic
    Gets the rule at the specified index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As FormattingRuleBase
    'Usage
     
    Dim instance As ConditionalFormat
    Dim index As Integer
    Dim value As FormattingRuleBase
     
    value = instance.Item(index)
    public FormattingRuleBase Item( 
       int index
    ) {get;}

    Parameters

    index
    Index of the rule to return.

    Property Value

    The specified rule at the specified index.
    See Also