Removes a text frame from a Text Control document.

Remove(TextFrame)

public bool Remove(TextFrame textFrame);
Public Function Remove(ByVal textFrame As TextFrame) As Boolean

Parameters

Parameter Description
textFrame Specifies the text frame to remove.

Return Value

The return value is true, if the text frame could be removed. Otherwise, it is false.