Spread for ASP.NET 12 Product Documentation
StyleRowFilter Constructor(SheetView,NamedStyle,NamedStyle)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > StyleRowFilter Class > StyleRowFilter Constructor : StyleRowFilter Constructor(SheetView,NamedStyle,NamedStyle)
SheetView object that contains the sheet
Style for items filtered in
Style for items filtered out
Creates a new style row filter for the specified sheet with specified styles.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal inStyle As NamedStyle, _
   ByVal outStyle As NamedStyle _
)
'Usage
 
Dim sheetView As SheetView
Dim inStyle As NamedStyle
Dim outStyle As NamedStyle
 
Dim instance As New StyleRowFilter(sheetView, inStyle, outStyle)
public StyleRowFilter( 
   SheetView sheetView,
   NamedStyle inStyle,
   NamedStyle outStyle
)

Parameters

sheetView
SheetView object that contains the sheet
inStyle
Style for items filtered in
outStyle
Style for items filtered out
See Also

Reference

StyleRowFilter Class
StyleRowFilter Members
Overload List