TextFrame.DeleteText Method
Deletes the text from a text frame and all the associated properties of the text, including font attributes.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub DeleteText
'Usage
Dim instance As TextFrame
instance.DeleteText()
void DeleteText()