WdStatistic Enumeration

Specifies a statistic to return from a selection or item.

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

Syntax

'Declaration
Public Enumeration WdStatistic
'Usage
Dim instance As WdStatistic
public enum WdStatistic

Members

Member name Description
wdStatisticWords Count of words.
wdStatisticLines Count of lines.
wdStatisticPages Count of pages.
wdStatisticCharacters Count of characters.
wdStatisticParagraphs Count of paragraphs.
wdStatisticCharactersWithSpaces Count of characters including spaces.
wdStatisticFarEastCharacters Count of Far East characters.

See Also

Reference

Microsoft.Office.Interop.Word Namespace