ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / UIStrings Class / GetValueAt Method
The string index.

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

    Parameters

    index
    The string index.

    Return Value

    The string.
    See Also