Gets the custom name based on the name.
Syntax
'Declaration
Public Function GetCustomName( _
ByVal As System.String _
) As NameInfo
'Usage
Dim instance As Workbook
Dim name As System.String
Dim value As NameInfo
value = instance.GetCustomName(name)
public NameInfo GetCustomName(
System.string
)
Parameters
- name
- The name
Return Value
The custom name.
See Also