GrapeCity.Wpf.SpreadSheet Namespace / GradientColorStopInfoCollection Class / Item Property


In This Topic
Item Property (GradientColorStopInfoCollection)
In This Topic
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Default Property Item( _
   ByVal index As Integer _
) As GradientColorStopInfo
 
'Usage
 
Dim instance As GradientColorStopInfoCollection
Dim index As Integer
Dim value As GradientColorStopInfo
 
value = instance.Item(index)

Parameters

index
See Also