[]
Removes all of the row filters from this sheet.
public void ClearRowFilter()
Public Sub ClearRowFilter()
Removes all of the row filters from a specified column range for this sheet.
public void ClearRowFilter(int column, int columnCount)
Public Sub ClearRowFilter(column As Integer, columnCount As Integer)