Click or drag to resize

IncludeSingleTextValue(String, Boolean, IReadableColumn) Constructor

Initializes a new instance of the IncludeSingleTextValue class for the specified column and text value.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IncludeSingleTextValue(
	string value,
	bool ignoreCase,
	IReadableColumn column
)

Parameters

value  String
The text value to match.
ignoreCase  Boolean
Whether comparisons should ignore case.
column  IReadableColumn
The column to inspect.
See Also