Document.RemoveNumbers Method
Removes numbers or bullets from the document.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
Sub RemoveNumbers ( _
ByRef NumberType As Object _
)
void RemoveNumbers(
ref Object NumberType
)
Parameters
- NumberType
Type: System.Object%
WdNumberType . The type of number to be removed.
Remarks
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.