'Declaration Public Sub Remove( _ ByVal trackChanges As Boolean, _ Optional ByVal removeParagraphFlags As RemoveParagraphFlags _ )
'Usage Dim instance As Paragraph Dim trackChanges As Boolean Dim removeParagraphFlags As RemoveParagraphFlags instance.Remove(trackChanges, removeParagraphFlags)
public void Remove( bool trackChanges, RemoveParagraphFlags removeParagraphFlags )
Parameters
- trackChanges
- Determines if the removal should be tracked or not. Use true if this change should be tracked; otherwise, use false.
- removeParagraphFlags
- Determines which of the Paragraph's object(s) (Charts, Pictures, Tables) will be removed from the Document when it is removed. By default, all of the aforementioned objects will be removed.