Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / GradientFillEffect Structure / Item Property
An integer value indicates the index of the gradient stop.


In This Topic
    Item Property (GradientFillEffect)
    In This Topic
    Gets the gradient stop at the specified index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As GradientStop
    'Usage
     
    
    Dim instance As GradientFillEffect
    Dim index As Integer
    Dim value As GradientStop
     
    value = instance.Item(index)
    public GradientStop this[ 
       int index
    ]; {get;}

    Parameters

    index
    An integer value indicates the index of the gradient stop.

    Property Value

    A GradientStop value represents the gradient stop at the specified index.
    See Also