'Declaration Public Overloads Function AddItem( _ ByVal text As String, _ ByVal hyperlink As C1Hyperlink, _ ByVal level As Integer _ ) As RenderTocItem
public RenderTocItem AddItem( string text, C1Hyperlink hyperlink, int level )
Parameters
- text
- A text representing the TOC item that is being added.
- hyperlink
- A C1Hyperlink which is the target of the TOC item.
- level
- The RenderTocItem.Level of the TOC item.
Return Value
The RenderTocItem that was created and added to the current TOC.