List.RemoveNumbers Method
Word Developer Reference |
Removes numbers or bullets from the specified list.
Syntax
expression.RemoveNumbers(NumberType)
expression A variable that represents a List object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
NumberType | Optional | WdNumberType | The type of number to be removed. |
See Also