[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IReadonlyArray-1.Item

this Property

this[int]

Gets the item at the specified index.

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

An integer value indicates the index of the item.

Property Value
Type Description
T

The T item.