[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ButtonTextCollectionInfo.Item

this Property

this[string]

Gets the value according to the special key.

Declaration
public string this[string key] { get; }
Public ReadOnly Default Property Item(key As String) As String
Parameters
Type Name Description
string key
Property Value
Type Description
string

The string value indicatest the key of the specified element.

this[int]

Gets the value according to the special index.

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

The int value indicatest the index of the specified element.