[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.GradientFillEffect.Item

this Property

this[int]

Gets the gradient stop at the specified index.

Declaration
public GradientStop this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As GradientStop
Parameters
Type Name Description
int index

An integer value indicates the index of the gradient stop.

Property Value
Type Description
GradientStop

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