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}
Returns an [AutoFilter] object representing the filter that is applied to a selected area of cells in a worksheet
{excerpt}

{signature:C#}
public AutoFilter AutoFilter{ get; }

{signature}
{signature:vb.net}
Public ReadOnly Property AutoFilter() As AutoFilter

{signature}

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

AutoFilter autoFilter = ws.AutoFilter;

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

Dim autoFilter As AutoFilter = ws.AutoFilter

{code}

{example}