Wiki Markup |
---|
{description} {excerpt}Returns the [NamedObject|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.{excerpt} {signature:C#} public NamedObject GetNamedObject(System.String name) {signature}{signature:vb.net} Public Function GetNamedObject(ByVal name As String) As NamedObject {signature} {parameters} {param:name}A string representation of the object's name.{param} {returns}A {{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.{returns} {example}{code:csharp|title=C#} NamedObject obj = ws.GetNamedObject("MyNamedObject");{code} {code:vb.net|title=vb.net} Dim obj As NamedObject = ws.GetNamedObject("MyNamedObject"){code} {example} |
Page History
Overview
Content Tools