Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGradientStops Interface / Item Property
The index.


In This Topic
    Item Property (IGradientStops)
    In This Topic
    Gets a GradientStop object from a GradientStops collection.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As IGradientStop
    'Usage
     
    
    Dim instance As IGradientStops
    Dim index As Integer
    Dim value As IGradientStop
     
    value = instance.Item(index)
    IGradientStop this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index.

    Property Value

    The IGradientStop object.
    See Also