We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af61fa commit 08bad19Copy full SHA for 08bad19
libraries/radwordsprocessing/concepts/fields/toc-field.md
@@ -66,15 +66,12 @@ __Example 1__ demonstrates how you can insert a TOC field.
66
67
#### __[C#] Example 1: Insert TOC field__
68
69
-{{region cs-radwordsprocessing-concepts-toc-field_0}}
70
-
+<pre><code>
71
var document = new RadFlowDocument();
72
var editor = new RadFlowDocumentEditor(document);
73
74
editor.InsertField("TOC \\f a ");
75
76
77
-{{endregion}}
+</code></pre>
78
79
This makes a list of all TC fields with the 'a' identifier.
80
0 commit comments