Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{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}