Represents a base class for filter criteria that operate on a specific column in a spreadsheet.
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public abstract class FilterCriterionLeaf : Documents.Spreadsheet.FilterCriterionRepresents a base class for filter criteria that operate on a specific column in a spreadsheet.
protected FilterCriterionLeaf()Gets or sets the index of the column that this filter criterion applies to.
public int Column { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the index of the column that this filter criterion applies to. |
public override bool Matches(Documents.Spreadsheet.Worksheet sheet, int row)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | |
| int | row |
| Type | Description |
|---|---|
| bool |
public abstract bool Matches(object value)
| Type | Name | Description |
|---|---|---|
| object | value |
| Type | Description |
|---|---|
| bool |
Attempts to coerce the given value into a double for comparison purposes.
protected static bool TryCoerce(object value, Double& result)
| Type | Name | Description |
|---|---|---|
| object | value | |
| Double& | result |
| Type | Description |
|---|---|
| bool |