Description:
Removes contiguous text items from a text element starting at a given index position.
Syntax:
RemoveItems (Index As Long, Count As Long)
Parameters:
Name |
Description |
Index |
Index of the first text item in pdeText to remove. |
Count |
The number of text items to remove. |
Return Value:
None