Range.ComputeStatistics(WdStatistic) Method

Definition

Returns a statistic based on the contents of the specified range.

public:
 int ComputeStatistics(Microsoft::Office::Interop::Word::WdStatistic Statistic);
public int ComputeStatistics (Microsoft.Office.Interop.Word.WdStatistic Statistic);
abstract member ComputeStatistics : Microsoft.Office.Interop.Word.WdStatistic -> int
Public Function ComputeStatistics (Statistic As WdStatistic) As Integer

Parameters

Statistic
WdStatistic

Required WdStatistic.

Returns

Remarks

Some of the WdStatistic constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.

Applies to