| DocxDocumentAddTableOfContents(String, Int32) Method |
Adds the summary.
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax public void AddTableOfContents(
string title,
int position
)
Public Sub AddTableOfContents (
title As String,
position As Integer
)
public:
void AddTableOfContents(
String^ title,
int position
)
member AddTableOfContents :
title : string *
position : int -> unit
Parameters
- title String
- The title.
- position Int32
- The position. -1 at the end of the document
See Also