[]
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)
Type | Name | Description |
---|---|---|
int | column | Column index of starting column |
int | columnCount | Number of columns in the range |