[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.GradientColorStopInfoCollection.Item

this Property

this[int]

Gets the sheet at the special index.

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

An int value that indicates the index.

Property Value
Type Description
GradientColorStopInfo

The sheet at the special index.

Overrides