[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.Item

this Property

this[int]

Gets or sets the T at the specified index in the collection.

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

The zero-based index of the collection to access.

Property Value
Type Description
T

A T at each valid index.

Exceptions
Type Condition
ArgumentOutOfRangeException

The index parameter is outside the valid range of indexes for the collection.