True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / UIStrings Class / SetValueAt Method
The string index.
The new string value.

In This Topic
    SetValueAt Method (UIStrings)
    In This Topic
    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