Removes a footnote from a Text Control document.

Remove(Footnote)

public bool Remove(Footnote footnote);
Public Function Remove(ByVal footnote As Footnote) As Boolean

Parameters

Parameter Description
footnote Specifies the footnote to remove.

Return Value

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