'Declaration Public Overloads Sub RemoveText( _ ByVal index As Integer, _ ByVal count As Integer, _ Optional ByVal trackChanges As Boolean, _ Optional ByVal removeEmptyParagraph As Boolean _ )
'Usage Dim instance As Paragraph Dim index As Integer Dim count As Integer Dim trackChanges As Boolean Dim removeEmptyParagraph As Boolean instance.RemoveText(index, count, trackChanges, removeEmptyParagraph)
public void RemoveText( int index, int count, bool trackChanges, bool removeEmptyParagraph )
Parameters
- index
- The index at which to begin deleting characters.
- count
- The amount of characters to delete.
- trackChanges
- true if this change should be tracked, otherwise false.
- removeEmptyParagraph
- true if the paragraph should be removed if it is empty, otherwise false.