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
 

Parameters

index
The string index.

Return Value

The string.
See Also