Gets or sets the TOC element of the word document.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public TableOfContent TOC { get; set; }
Public Property TOC As TableOfContent Get Set
public: virtual property TableOfContent^ TOC { TableOfContent^ get () sealed; void set (TableOfContent^ value) sealed; }
abstract TOC : TableOfContent with get, set override TOC : TableOfContent with get, set