ListFormat.RemoveNumbers(Object) 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.
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.