Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IColorStops Interface / Item Property
Specifies the position of an element in the collection.
In This Topic
    Item Property (IColorStops)
    In This Topic
    Returns the IColorStop object from a collection.
    Syntax
    IColorStop this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    Specifies the position of an element in the collection.

    Property Value

    Returns IColorStop
    See Also