Spread Windows Forms 12.0 Product Documentation
Item Property (IColorStops)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IColorStops Interface : Item Property
A System.Int32 value represents the index of the object in collection
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

Reference

IColorStops Interface
IColorStops Members