ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also