Message-ID: <87034746.9835.1711704503773.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9834_1193023255.1711704503773" ------=_Part_9834_1193023255.1711704503773 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Cells.Item(String)

Cells.Item(String)

Description

=20

Represents a single cell in a Cells = collection. Item is the indexer of= the Cells collection, so Cells["A1"] i= s equivalent to Cells.Item["A1"].

=20
C#
=20
 public Cell this[System.String name] { get; }
=20
=20
vb.net
=20
Public Default ReadOnly Property Item(ByVal name As String) As Cell
=20
=20

Parameters

=20
index
The index of the cell as a s= tring=20

Returns

A=20 Cell object representin= g the cell at the specified position.=20

Examples

=20
C#
=20
Cell cellA1 =3D cls["A1"];
=20
=20
vb.net
=20
Dim cellA1 As Cell =3D cls("A1")
=20
------=_Part_9834_1193023255.1711704503773--