Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IGradientStops Interface / Item Property
The name or index number of the returned object.
In This Topic
    Item Property (IGradientStops)
    In This Topic
    Gets the IGradientStop object from the IGradientStops collection (read-only).
    Syntax
    IGradientStop this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The name or index number of the returned object.

    Property Value

    IGradientStop
    See Also