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
vb.net
vb.net
Public Sub Clear()
Example
Code Block
csharp
csharp
titleC#

autoFilter.Clear();

Code Block
vbnet
vbnet
titlevb.net

autoFilter.Clear()