IncludeTextEndsWith(String, Boolean, IReadableColumn) Constructor |
Initializes a new instance of the
IncludeTextEndsWith class for the specified column and suffix.
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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