_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
- NumberType
Type: System.Object%
Optional WdNumberType. The type of number to be removed.