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

AutoFilter.Area

Introduced in build 8.3

=20

Description

=20

Sets or returns an Area object that re= presents the area of cells that the filter is applied to in the worksheet.<= /p>

=20
C#
=20
public Area Area{ get; set; }

=20
=20
vb.net
=20
Public Property Area() As Area
=20
=20

Examples

=20
C#
=20

//--- Get filter's Area
Area filterArea =3D autoFilter.Area;

//--- Set filter's Area
autoFilter.Area =3D filterArea;

=20
=20
vb.net
=20

'--- Get filter's Area
Dim filterArea As Area =3D autoFilter.Area

'--- Set filter's Area
autoFilter.Area =3D filterArea
=20
------=_Part_9114_292391334.1711676398542--