_Document.RemoveNumbers Method

Removes numbers or bullets from the specified object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub RemoveNumbers ( _
    ByRef NumberType As Object _
)
'Usage
Dim instance As _Document
Dim NumberType As Object

instance.RemoveNumbers(NumberType)
void RemoveNumbers(
    ref Object NumberType
)

Parameters

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace