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