Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 778 Bytes

Word.WdStatistic.md

File metadata and controls

27 lines (20 loc) · 778 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
WdStatistic enumeration (Word)
Word.WdStatistic
27ff627e-8f40-c9da-385b-5f3eddca5082
06/08/2017
medium

WdStatistic enumeration (Word)

Specifies a statistic to return from a selection or item.

Name Value Description
wdStatisticCharacters 3 Count of characters.
wdStatisticCharactersWithSpaces 5 Count of characters including spaces.
wdStatisticFarEastCharacters 6 Count of characters for Asian languages.
wdStatisticLines 1 Count of lines.
wdStatisticPages 2 Count of pages.
wdStatisticParagraphs 4 Count of paragraphs.
wdStatisticWords 0 Count of words.

[!includeSupport and feedback]