Replace one item of text with another.

 

   

Syntax
 

[C#]
void ReplaceText(List<StructureElementElement> items, string text)

[Visual Basic]
Function ReplaceText(items As List<StructureElementElement>, text As string)

 

   

Params
 
Name Description
items The text to be replaced.
text The new text which will be substituted in.

 

   

Notes
 

Replace one item of text with another.

The items of text to be replaced are identified using structure elements.

 

   

Example
 
None.