| Overload | Description |
|---|---|
| NFilteringRule Constructor() | Default constructor |
| NFilteringRule Constructor(NColumn,ENRowConditionOperator,String) | Creates a new filter rule associated with the specified column that has a comparison row condition with the specified operator and value. |
| NFilteringRule Constructor(NRowCondition) | Creates a new filter rule associated with the specified row condition. |
| NFilteringRule Constructor(NColumn,NRowCondition) | Creates a new filter rule associated with the specified column and row condition. |