Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ReplaceOptions Class / MatchByte Property
In This Topic
    MatchByte Property (ReplaceOptions)
    In This Topic
    True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents.
    Syntax
    public System.bool MatchByte {get; set;}
    See Also