Document.CountNumberedItems Method

Returns the number of bulleted or numbered items and LISTNUM fields in the document.

Namespace:  Microsoft.Office.Tools.Word
Assemblies:   Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Function CountNumberedItems ( _
    ByRef NumberType As Object, _
    ByRef Level As Object _
) As Integer
int CountNumberedItems(
    ref Object NumberType,
    ref Object Level
)

Parameters

  • Level
    Type: System.Object%

    A number that corresponds to the numbering level you want to count. The default is that all levels are counted.

Return Value

Type: System.Int32
The number of bulleted or numbered items and LISTNUM fields in the document.

Remarks

Bulleted items are counted when either wdNumberParagraph or wdNumberAllNumbers (the default) is specified for NumberType.

There are two types of numbers: preset numbers (wdNumberParagraph), which you can add to paragraphs by selecting a template in the Bullets and Numbering dialog box; and LISTNUM fields (wdNumberListNum), which enable you to add more than one number per paragraph.

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace