Removes a text frame from a Text Control document.
public bool Remove(TextFrame textFrame);
Public Function Remove(ByVal textFrame As TextFrame) As Boolean
The return value is true, if the text frame could be removed. Otherwise, it is false.