Range.ReadabilityStatistics Property
Returns a ReadabilityStatistics collection that represents the readability statistics for the specified range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ReadabilityStatistics As ReadabilityStatistics
Get
'Usage
Dim instance As Range
Dim value As ReadabilityStatistics
value = instance.ReadabilityStatistics
ReadabilityStatistics ReadabilityStatistics { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ReadabilityStatistics