Click or drag to resize

IncludeTextEndsWith(String, Boolean, IReadableColumn) Constructor

Initializes a new instance of the IncludeTextEndsWith class for the specified column and suffix.

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

Parameters

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