Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / GetCustomName Method
The custom name.


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

    Parameters

    name
    The custom name.

    Return Value

    See Also