Paragraph.SeparateList Method
Separates a list into two separate lists. For numbered lists, the new list restarts numbering at the starting number, usually 1.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub SeparateList
'Usage
Dim instance As Paragraph
instance.SeparateList()
void SeparateList()