Find.MatchByte Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.