GetBuiltInDefinedNameCode Method
Gets the built in defined name code.
public int GetBuiltInDefinedNameCode(
string
)
'Declaration
Public Function GetBuiltInDefinedNameCode( _
ByVal As String _
) As Integer
'Usage
Dim instance As ExcelHelper
Dim name As String
Dim value As Integer
value = instance.GetBuiltInDefinedNameCode(name)
Parameters
- name
- The custom name.
Return Value
Returns -1 if the custom name is not a built-in defined name.