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

Workbook.GetNamedObject(String)

Description<= /h2>=20

Returns the NamedObject object= that represents the name of a specified array, number, picture, or range. = If the named object does not exist, the method returns null.

=20
C#
=20
 public NamedObject GetNamedObject(System.String name)
=20
=20
vb.net
=20
Public Function GetNamedObject(ByVal name As String) As NamedObject
=20
=20

Parameters

=20
name
The string repres= entation of the object's name.=20

Returns

The=20 NamedObject object of a specified array, number, picture, or r= ange, or null if the named object does not exist.=20

Examples

=20
C#
=20
NamedObject obj =3D wb.GetNamedObject("MyObject");
=20
=20
vb.net
=20
Dim obj As NamedObject =3D wb.GetNamedObject("MyObject")
=20
------=_Part_7654_1769517234.1711617106297--