Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IColorStops Interface / Item Property
A System.Int32 value represents the index of the object in collection


In This Topic
    Item Property (IColorStops)
    In This Topic
    Gets ColorStop object from the specified collection.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As ColorStop
    'Usage
     
    
    Dim instance As IColorStops
    Dim index As Integer
    Dim value As ColorStop
     
    value = instance.Item(index)
    ColorStop this[ 
       int index
    ]; {get;}

    Parameters

    index
    A System.Int32 value represents the index of the object in collection
    See Also