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
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
InsertString Method
In This Topic
This convenience method inserts an item containing a string into the list.
Syntax
C#
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
Reference
GoMultiTextNode Class
GoMultiTextNode Members