[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.BaseKeyCollection.GetKey

GetKey Method

GetKey(int)

Gets the key of the element with the specified index in the collection.

Declaration
public virtual string GetKey(int index)
Public Overridable Function GetKey(index As Integer) As String
Parameters
Type Name Description
int index

The zero-based index of the element.

Returns
Type Description
string

The key of the element if the index is a valid one; otherwise, Empty.