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