Replace one item of text with another.
[C#] void ReplaceText(List<StructureElementElement> items, string text) [Visual Basic] Function ReplaceText(items As List<StructureElementElement>, text As string)
void ReplaceText(List<StructureElementElement> items, string text)
Function ReplaceText(items As List<StructureElementElement>, text As string)
The items of text to be replaced are identified using structure elements.