Removes a table of contents from the collection including all its text and including all Document
public bool Remove(TableOfContents tableOfContent);
Public Function Remove(ByVal tableOfContent As TableOfContents) As Boolean
Parameter | Description |
---|---|
table |
Specifies the table of contents to remove. |
The return value is true, if the table of contents could be removed. Otherwise, it is false.