[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IArray-1.Item

this Property

this[int]

Gets the item at the specified index.

Declaration
T this[int index] { get; set; }
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.