CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Filter.RemoveCondition Method

Filter class is available in commercial version only.

Removes the expression as a condition for the specified column.

[Visual Basic]
Public Sub RemoveCondition( _
ByVal columnIndex As Integer, _
ByVal expression As String _
)
[C#]
public void RemoveCondition(
int columnIndex,
string expression
);

Parameters

columnIndex
The column from which to remove the expression.
expression
The expression to remove.

See Also

Filter Class | AldenSystems.CSVEngine Namespace