...
Description |
---|
Excerpt |
---|
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. |
Signature | ||||
---|---|---|---|---|
| ||||
public NamedObject GetNamedObject(System.String name)
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Function GetNamedObject(ByVal name As String) As NamedObject
{signature}
{parameters}
{param:name}A string representation of the |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
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#} |
Returns |
---|
A |
Example | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|