ListFormat.RemoveNumbers(Object) Method

Definition

Removes numbers or bullets from the specified ListFormat object.

public void RemoveNumbers (ref object NumberType);
abstract member RemoveNumbers : obj -> unit
Public Sub RemoveNumbers (Optional ByRef NumberType As Object)

Parameters

NumberType
Object

Optional WdNumberType. The type of number to be removed.

Remarks

When this method is applied to a List object, it removes numbers only from paragraphs in the specified list, skipping over any interleaved numbers from other lists. If this method is applied to the ListFormat object for a range of text, all numbers from all lists in the range are removed.

Applies to