Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Wiki Markup
{introducedin: 8.3

...

Description

Excerpt

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

{signature}

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

autoFilter.Clear();

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

autoFilter.Clear()

{code}

{example}
Signature
C#C#
}
{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}
{signature:vb.net
vb.net
}
Public Sub Clear()
Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle