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

Worksheet.PopulatedCells

Description

Returns a rectanglular area of cells from the first (top, left) popu= lated cell to the last (bottom, right) populated cell in the worksheet. The= area returned will include cells that contain no data but have been format= ted.=20
C#
=20
public Area PopulatedCells{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property PopulatedCells() As Are=
a
=20
=20

Examples

=20
C#
=20
Area a =3D ws.PopulatedCells;
=20
vb.net
=20
Dim a As Area =3D ws.PopulatedCells
=20
------=_Part_8576_1874957060.1711650715033--