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

Area.PopulatedCells

Description

=20

Returns a rectanglular area of cells from the first (top, left) populate= d cell to the last (bottom, right) populated cell in the Area. The Area ret= urned will include cells that contain no data but have been formatted.

= =20
C#
=20
 public Area PopulatedCells{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property PopulatedCells() As Area
=20
=20

Examples

=20
C#
=20
Area populated =3D a.PopulatedCells;
=20
=20
vb.net
=20
Dim populated As Area =3D a.PopulatedCells
=20
------=_Part_9486_1858084578.1711691936829--