Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelHelper Class / GetBuiltInDefinedNameCode Method
The custom name.


In This Topic
    GetBuiltInDefinedNameCode Method
    In This Topic
    Gets the built in defined name code.
    Syntax
    'Declaration
     
    
    Public Function GetBuiltInDefinedNameCode( _
       ByVal name As String _
    ) As Integer
    'Usage
     
    
    Dim instance As ExcelHelper
    Dim name As String
    Dim value As Integer
     
    value = instance.GetBuiltInDefinedNameCode(name)
    public int GetBuiltInDefinedNameCode( 
       string name
    )

    Parameters

    name
    The custom name.

    Return Value

    Returns -1 if the custom name is not a built-in defined name.
    See Also