This documentation is archived and is not being maintained.
WdGranularity enumeration
Specifies the granularity of changes to track when comparing two documents. Version Added: Word 2007.
Namespace:
Microsoft.Office.Interop.WordAssembly:
Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
No code example is currently available or this language may not be supported.
| Member name | Description |
|---|
| wdGranularityCharLevel | Tracks character-level changes. |
| wdGranularityWordLevel | Tracks word-level changes. |
Used with the CompareDocuments(Document, Document, WdCompareDestination, WdGranularity, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, Boolean) method.