ComponentOne MultiSelect for WinForms
SetValueAt Method

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 Integer, _
   ByVal value As String _
) 
public void SetValueAt( 
   int index,
   string value
)

Parameters

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

Reference

UIStrings Class
UIStrings Members