{introducedin: 8.3}
{description}

{excerpt}

Removes the filter from the worksheet. Calling this method is equivalent to setting the [Area|AutoFilter] property to {{null}}.
{excerpt}


{signature:C#}
 public void Clear()
{signature}
{signature:vb.net}
Public Sub Clear()
{signature}

{example}
{code:csharp|title=C#}

autoFilter.Clear();

{code}
{code:vbnet|title=vb.net}

autoFilter.Clear()

{code}

{example}