[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.BaseKeyCollection.Item

this Property

this[string]

Gets or sets the element with the specified key.

Declaration
protected object this[string key] { get; set; }
Protected Default Property Item(key As String) As Object
Parameters
Type Name Description
string key
Property Value
Type Description
object

The string value that indicates the key of the specified element.

this[int]

Gets or sets the element at the specified index.

Declaration
protected object this[int index] { get; set; }
Protected Default Property Item(index As Integer) As Object
Parameters
Type Name Description
int index
Property Value
Type Description
object

The int value that indicates the index of the specified element.