Represents a filter criterion that checks if a string value does not contain a specified value.
Object
Documents.Spreadsheet.FilterCriterion
Documents.Spreadsheet.FilterCriterionLeaf
Documents.Spreadsheet.StringFilterCriterion
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public class DoesNotContainCriterion : Documents.Spreadsheet.StringFilterCriterionRepresents a filter criterion that checks if a string value does not contain a specified value.
public DoesNotContainCriterion()public override void Accept(Documents.Spreadsheet.IFilterCriterionVisitor visitor)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.IFilterCriterionVisitor | visitor |
protected override bool Matches(string stringValue, string stringCriterion)
| Type | Name | Description |
|---|---|---|
| string | stringValue | |
| string | stringCriterion |
| Type | Description |
|---|---|
| bool |