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