Document.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 document.
public void RemoveNumbers (ref object NumberType);
abstract member RemoveNumbers : obj -> unit
Public Sub RemoveNumbers (Optional ByRef NumberType As Object)
Parameters
- NumberType
- Object
WdNumberType. The type of number to be removed.
Remarks
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.