C1.Win.C1Input Namespace / UIStrings Class / SetValueAt Method
The string index.
The new string value.

In This Topic
SetValueAt Method
In This Topic
Sets the value of a string with the specified index.
Syntax
'Declaration
 
Public Sub SetValueAt( _
   ByVal index As Integer, _
   ByVal value As String _
) 
 

Parameters

index
The string index.
value
The new string value.
See Also