Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetCustomName Method


In This Topic
    GetCustomName Method (Worksheet)
    In This Topic
    Finds the specified custom name.
    Syntax
    'Declaration
     
    Public Function GetCustomName( _
       ByVal name As String _
    ) As NameInfo
    'Usage
     
    Dim instance As Worksheet
    Dim name As String
    Dim value As NameInfo
     
    value = instance.GetCustomName(name)
    public NameInfo GetCustomName( 
       string name
    )

    Parameters

    name

    Return Value

    The NameInfo object of the specified custom name.
    See Also