GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoMultiTextNode Class / InsertString Method
the intended index for the item and its accompanying objects
the initial GoText.Text value for the new GoText item
In This Topic
    InsertString Method
    In This Topic
    This convenience method inserts an item containing a string into the list.
    Syntax
    public virtual GoText InsertString( 
       int i,
       string s
    )

    Parameters

    i
    the intended index for the item and its accompanying objects
    s
    the initial GoText.Text value for the new GoText item

    Return Value

    the new GoText item
    Remarks
    This calls CreateText and InsertItem with the resulting GoText object and the results of two calls to CreatePort.
    See Also