Find.MatchByte Property

Definition

Determines if Microsoft Word distinguishes between full-width and half-width letters or characters during a search.

public:
 property bool MatchByte { bool get(); void set(bool value); };
public bool MatchByte { get; set; }
member this.MatchByte : bool with get, set
Public Property MatchByte As Boolean

Property Value

Remarks

This property returns True if Word distinguishes between full-width and half-width letters or characters during a search, and False if not. Set the property value to True or False to enable or disable the functionality.

Applies to