WdGranularity Enumeration

Specifies the granularity of changes to track when comparing two documents. Version Added: Word 2007.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdGranularity
'Usage
Dim instance As WdGranularity
public enum WdGranularity

Members

Member name Description
wdGranularityCharLevel Tracks character-level changes.
wdGranularityWordLevel Tracks word-level changes.

Remarks

Used with the CompareDocuments(Document, Document, WdCompareDestination, WdGranularity, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, Boolean) method.

See Also

Reference

Microsoft.Office.Interop.Word Namespace