TreatAs Property (CharacterRange Object)¶
Specifies the character to be substituted for. If -1 is specified, the specified range will be ignored when used for fuzzy matching. Supported on EmEditor Professional Version 22.0 or later.¶
[JavaScript]¶
c = item.TreatAs;
item.TreatAs = c;
[VBScript]¶
c = item.TreatAs
item.TreatAs = c
Version¶