True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / UIStrings Class / GetKeyAt Method
The item index.

In This Topic
    GetKeyAt Method (UIStrings)
    In This Topic
    Returns the key of an item with the specified index.
    Syntax
    'Declaration
     
    Public Function GetKeyAt( _
       ByVal index As System.Integer _
    ) As System.Object
    public System.object GetKeyAt( 
       System.int index
    )

    Parameters

    index
    The item index.

    Return Value

    The item's key.
    See Also