FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : IRowFilterSlim Interface |
The following tables list the members exposed by IRowFilterSlim.
Name | Description | |
---|---|---|
AllString | Gets or sets the "(All)" filter item string. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
BlanksString | Gets or sets the "(Blanks)" filter item string. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
ColumnDefinitions | Gets the collection of filter column definitions for the sheet. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
NonBlanksString | Gets or sets the "(NonBlanks)" filter item string. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
ResetIfNoFilteredRow | Gets or sets a value which indicates that the filtered row list will be reset if there is no filtered row. | |
SheetView | Gets or sets the sheet for this row filter. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
ShowFilterIndicator | Gets or sets whether the filter indicator is displayed. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
SupportFilteredOutRowList | Gets or sets a value that indicates whether the row filter provides a filtered-out row list. | |
UnfilteredRows | Gets or sets rows that are not to be filtered. (Inherited from FarPoint.Web.Spread.IRowFilter) |
Name | Description | |
---|---|---|
AddColumn | Adds a filter column definition to the row filter. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
Deserialize | Loads the object from XML. (Inherited from FarPoint.Web.Spread.Model.ISerializeSupport) | |
GetColumnFilterBy | Gets the string selected in the drop-down list of filters for the specified column. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
GetColumnFilterIndexFromColumnIndex | Gets the column filter index for the specified column. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
GetFilterColumnDefinition | Gets the filter column definition for the specified column. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
GetFilteredColumnIndexes | Gets an array of column indexes where row filters exist. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
GetFilteredOutRowList | Gets the list of rows that are filtered out. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
GetIntersectedFilteredInRows | Overloaded. Gets the intersection of the filtered-in rows for all the filtered columns. | |
IsFiltered | Determines whether the specified column is filtered. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
IsRowFilteredOut | Determines whether the specified row is filtered out. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
MoveFilters | Moves the filter column(s) to another location. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
RemoveColumn | Removes a filter column definition from the row filter. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
ResetFilter | Resets the temporary filter settings for all columns. (Inherited from FarPoint.Web.Spread.IRowFilter) | |
ResumeListeningDataModel | Resumes listening data model. | |
Serialize | Saves the object to XML. (Inherited from FarPoint.Web.Spread.Model.ISerializeSupport) | |
SuspendListeningDataModel | Suspends listening data model. Row filter will not be changed after the data model has changed. |