Range.CombineCharacters Property
Determines if the specified range contains combined characters.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property CombineCharacters As Boolean
Get
Set
'Usage
Dim instance As Range
Dim value As Boolean
value = instance.CombineCharacters
instance.CombineCharacters = value
bool CombineCharacters { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if the specified range contains combined characters, and False if not.