[]
Represents the filter that sets the styles of rows based on certain criteria.
public class StyleRowFilter : DefaultRowFilter, IRowFilterComboSupport, IRowFilterSlim, IRowFilter, ISerializeSupport, IRowFilterFrozenSupport
Public Class StyleRowFilter
Inherits DefaultRowFilter
Implements IRowFilterComboSupport, IRowFilterSlim, IRowFilter, ISerializeSupport, IRowFilterFrozenSupport
| Name | Description |
|---|---|
| StyleRowFilter() | Creates a new style row filter with default values. |
| StyleRowFilter(SheetView) | Creates a new style row filter for the specified sheet. |
| StyleRowFilter(SheetView, NamedStyle, NamedStyle) | Creates a new style row filter for the specified sheet with specified styles. |
| Name | Description |
|---|---|
| InStyle | Gets the style that is applied to rows that satisfy the filter. |
| OutStyle | Gets the style that is applied to rows that do not satisfy the filter. |
| Name | Description |
|---|---|
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| Init() | Internal use only. Initializes the style row filter. |
| OnNamedStyleChanged(object, EventArgs) | Occurs when the style has changed. |
| Serialize(XmlTextWriter) | Saves the object to XML. |