Class RowFilterSettings
Contents
[
Hide
]RowFilterSettings class
Summary description for RowFilter.
public class RowFilterSettings : IComparer
Properties
Name | Description |
---|---|
Criteria { get; set; } | The filter criteria string. |
EnableAutoFilter { get; set; } | Enables auto filtering. The HeaderRow will display dropdown buttons to let user select the column’s value to be filtered. |
EndCol { get; set; } | The end col number of the filter range. |
HeaderRow { get; set; } | The header row number which will display filter dropdown buttons. |
StartCol { get; set; } | The start col number of the filter range. |
Methods
Name | Description |
---|---|
Compare(object, object) | internal uses only. |
CustomRows(int, GridFilterOperatorType, object) | Filters a list with a custom criteria. |
CustomRows(int, GridFilterOperatorType, object, bool, GridFilterOperatorType, object) | Filters a list with a custom criteria. |
FilterRows(int, string) | Filters rows using criteria string. |
FilterTop10(int, bool, bool, int) | |
ShowAll() | Unhide all rows. |
See Also
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop