Paragraph.SeparateList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Separates a list into two separate lists. For numbered lists, the new list restarts numbering at the starting number, usually 1.
public:
void SeparateList();
public void SeparateList ();
abstract member SeparateList : unit -> unit
Public Sub SeparateList ()