Document
UpdateTableOfContents Method (TableOfContent)
|
Update specified Table of content in the document.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void UpdateTableOfContents(
TableOfContent toc
)
Public Sub UpdateTableOfContents (
toc As TableOfContent
)
public:
void UpdateTableOfContents(
TableOfContent^ toc
)
member UpdateTableOfContents :
toc : TableOfContent -> unit
Parameters
-
toc
-
Type:
Spire.Doc.Fields
TableOfContent
See Also