Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClearRowFilter Method / ClearRowFilter(Int32,Int32) Method
Column index of starting column
Number of columns in the range


In This Topic
ClearRowFilter(Int32,Int32) Method
In This Topic
Removes all of the row filters from a specified column range for this sheet.
Syntax
'Declaration
 
Public Overloads Sub ClearRowFilter( _
   ByVal column As Integer, _
   ByVal columnCount As Integer _
) 
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim columnCount As Integer
 
instance.ClearRowFilter(column, columnCount)

Parameters

column
Column index of starting column
columnCount
Number of columns in the range
See Also