Column Property (Filter Object)¶
Specifies the one-based index of the column of the text you want to search, 0 if you want to search for whole lines, or -1 if you want to specify the beginning and end of the text in characters as the Begin and End properties. Supported on EmEditor Professional Version 16.0 or later.¶
[JavaScript]¶
n = item.Column;
item.Column = n;
[VBScript]¶
n = item.Column
item.Column = n
Version¶