Add(String,Int32,Boolean) Method
In This Topic
Adds a new
CharRange to the list.
Syntax
'Declaration
Public Overloads Sub Add( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Boolean _
)
public void Add(
System.string ,
System.int ,
System.bool
)
Parameters
- word
- Word to add to the list.
- start
- Starting index of the character range within the text.
- duplicate
- Whether the range is a duplicate of the previous range in the text.
See Also