End Property (Filter Object)¶
Specifies the index of end of the column (in logical characters) of the text you want to search, or 0 if you want to search
all the rest of the text. The Column property must be -1 to enable this field. Supported on EmEditor Professional Version 16.0 or later.¶
[JavaScript]¶
n = item.End;
item.End = n;
[VBScript]¶
n = item.End
item.End = n
Version¶