IncludeSingleTextValue(String, Boolean, IReadableColumn) Constructor |
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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