Message-ID: <1728939081.9663.1711698232157.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9662_1294061750.1711698232157" ------=_Part_9662_1294061750.1711698232157 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_9662_1294061750.1711698232157--