Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / GetCustomName Method
The name


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

    Parameters

    name
    The name

    Return Value

    The custom name.
    See Also