Spread Windows Forms 12.0 Product Documentation
Item Property (GradientFillEffect)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > GradientFillEffect Structure : Item Property
An integer value indicates the index of the gradient stop.
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

Reference

GradientFillEffect Structure
GradientFillEffect Members