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

In This Topic
    GetValueAt Method (UIStrings)
    In This Topic
    Gets the string by its index.
    Syntax
    'Declaration
     
    Public Function GetValueAt( _
       ByVal index As System.Integer _
    ) As System.String
    public System.string GetValueAt( 
       System.int index
    )

    Parameters

    index
    The string index.

    Return Value

    The string.
    See Also