Message-ID: <1213510132.9965.1711707740237.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9964_1839622513.1711707740237" ------=_Part_9964_1839622513.1711707740237 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Worksheet.AutoFilter

Worksheet.AutoFilter

Introduced in build 8.3

=20

Description

=20

Returns an AutoFilter object re= presenting the filter that is applied to a selected area of cells in a work= sheet

=20
C#
=20
public AutoFilter AutoFilter{ get; }

=20
=20
vb.net
=20
Public ReadOnly Property AutoFilter() As AutoFilter

=20
=20

Examples

=20
C#
=20

AutoFilter autoFilter =3D ws.AutoFilter;

=20
=20
vb.net
=20

Dim autoFilter As AutoFilter =3D ws.AutoFilter

=20
------=_Part_9964_1839622513.1711707740237--