FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : IRowFilter2 Interface |
The following tables list the members exposed by IRowFilter2.
Name | Description | |
---|---|---|
AllString | Gets or sets the "(All)" filter item string. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
BlanksString | Gets or sets the "(Blanks)" filter item string. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
ColumnDefinitions | Gets the collection of filter column definitions for the sheet. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
DropDownBorderStyle | Gets the style for the border around the drop-down list of filter items. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
NonBlanksString | Gets or sets the "(NonBlanks)" filter item string. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
SheetView | Gets or sets the sheet for this row filter. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
ShowFilterIndicator | Gets or sets whether the filter indicator is displayed. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
UnfilteredRows | Gets or sets rows that are not to be filtered. (Inherited from FarPoint.Win.Spread.IRowFilter) |
Name | Description | |
---|---|---|
AddColumn | Adds a filter column definition to the row filter. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
AddFilteredOutRow | Adds a row to the filtered-out row list, which is the list of rows currently filtered-out by the combined settings of the filtered columns. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
Deserialize | Loads the object from XML. (Inherited from FarPoint.Win.ISerializeSupport) | |
GetColumnFilterBy | Gets the string selected in the drop-down list of filters for the specified column. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
GetColumnFilterIndexFromColumnIndex | Gets the column filter index for the specified column. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
GetFilterColumnDefinition | Gets the filter column definition for the specified column. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
GetFilteredColumnIndexes | Gets an array of column indexes where row filters exist. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
GetFilteredOutRowList | Gets the list of rows that are filtered out. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
GetIntersectedFilteredInRows | Gets the intersection of the filtered-in rows for all the filtered columns. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
IsAnyFilterApplied | Checks whether a filter has been applied in the spread sheet. | |
IsFiltered | Determines whether the specified column is filtered. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
IsRowFilteredOut | Determines whether the specified row is filtered out. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
MoveFilters | Moves the filter column(s) to another location. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
RemoveColumn | Removes a filter column definition from the row filter. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
ResetFilter | Resets the temporary filter settings for all columns. (Inherited from FarPoint.Win.Spread.IRowFilter) | |
Serialize | Saves the object to XML. (Inherited from FarPoint.Win.ISerializeSupport) |