RowFilterSettings.CustomRows
Contents
[
Hide
]CustomRows(int, GridFilterOperatorType, object)
Filters a list with a custom criteria.
public void CustomRows(int column, GridFilterOperatorType operatorType, object criteria)
Parameter | Type | Description |
---|---|---|
column | Int32 | The column of the worksheet |
operatorType | GridFilterOperatorType | The filter operator type |
criteria | Object | The custom criteria |
See Also
- enum GridFilterOperatorType
- class RowFilterSettings
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop
CustomRows(int, GridFilterOperatorType, object, bool, GridFilterOperatorType, object)
Filters a list with a custom criteria.
public void CustomRows(int column, GridFilterOperatorType operatorType1, object criteria1,
bool isAnd, GridFilterOperatorType operatorType2, object criteria2)
Parameter | Type | Description |
---|---|---|
column | Int32 | The column of the worksheet |
operatorType1 | GridFilterOperatorType | The filter operator type |
criteria1 | Object | The custom criteria |
isAnd | Boolean | |
operatorType2 | GridFilterOperatorType | The filter operator type |
criteria2 | Object | The custom criteria |
See Also
- enum GridFilterOperatorType
- class RowFilterSettings
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop