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