Filter Object

Properties

Enabled

Specifies the flag indicating whether the object is enabled.

Value

Specifies a string to search for.

Column

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.

Flags

Specifies a combination of flags.

Begin

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.

End

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.

ExFlags

Specifies a combination of flags.

Replace

Specifies a string to replace with.

Version

Supported on EmEditor Professional Version 16.0 or later.