Range.ComputeStatistics(WdStatistic) 方法

定义

根据指定范围的内容返回统计信息。

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

参数

Statistic
WdStatistic

必需 WdStatistic

返回

注解

某些 WdStatistic 常量可能不可用,具体取决于美国英语 (语言支持,例如你选择或安装的) 。

适用于