Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IFormatConditions Interface / Item Property
The zero-based index of the conditional format to return.
In This Topic
    Item Property (IFormatConditions)
    In This Topic
    Returns the conditional format specified by the zero-based index.
    Syntax
    System.object this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The zero-based index of the conditional format to return.

    Property Value

    The specified conditional format.
    See Also