[]
        
(Showing Draft Content)

C1.Win.C1Input.UIStrings.SetValueAt

SetValueAt Method

SetValueAt(int, string)

Sets the value of a string with the specified index.

Declaration
public void SetValueAt(int index, string value)
Public Sub SetValueAt(index As Integer, value As String)
Parameters
Type Name Description
int index

The string index.

string value

The new string value.