ComponentOne Input for WinForms
SetValueAt Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > UIStrings Class : SetValueAt Method
The string index.
The new string value.
Sets the value of a string with the specified index.
Syntax
'Declaration
 
Public Sub SetValueAt( _
   ByVal index As System.Integer, _
   ByVal value As System.String _
) 
public void SetValueAt( 
   System.int index,
   System.string value
)

Parameters

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

Reference

UIStrings Class
UIStrings Members