Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.