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

Worksheet.Cells

Description

Returns a=20 Cells collection that contains= all cells in the worksheet.=20
C#
=20
public Cells Cells{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property Cells() As Cells
= =20
=20

Examples

=20
C#
=20
Cells cls =3D ws.Cells;
=20
vb.net
=20
Dim cls As Cells =3D ws.Cells
=20
------=_Part_10482_1400566681.1711725986696--