'Declaration Public Function Add( _ ByVal name As System.String, _ ByVal displayLevel As OutlineLevel _ ) As TocStyleLevel
public TocStyleLevel Add( System.string name, OutlineLevel displayLevel )
Parameters
- name
- The style name.
- displayLevel
- The outline level on which to display the collected paragraphs in the TOC field result.
Return Value
The newly created TocStyleLevel instance.