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

...

Introducedin
8.3

...

8.3
Description

Excerpt

Removes the filter from the worksheet. Calling this method is equivalent to setting the Area property to null.

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

{example}
{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#


autoFilter.Clear();

{code} {code:vbnet|title=
Code Block
vbnet
vbnet
titlevb.net
}


autoFilter.Clear()

{code} {example}