'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