ComponentOne Input for WinForms
GetValueAt Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > UIStrings Class : GetValueAt Method
The string index.
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

Reference

UIStrings Class
UIStrings Members