[]
Sets the value of a string with the specified index.
public void SetValueAt(int index, string value)
Public Sub SetValueAt(index As Integer, value As String)
| Type | Name | Description |
|---|---|---|
| int | index | The string index. |
| string | value | The new string value. |