Deletes a text line from the current text block.
| Visual Basic |
|---|
Public Sub TextBlockResultDeleteTextLine( _ ByVal line As Long _ ) |
- line
- An index indicating the text line result to delete; must be at least 0 and less than number of text lines.
When a text line result is deleted from the text block result, the indicies of other text line results in the text block -with an index greater than the one deleted- are reduced by 1.
