Range.ComputeStatistics(WdStatistic) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.