Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IEnhancedCustomNameSupport Interface / GetCustomNameComment Method


In This Topic
    GetCustomNameComment Method (IEnhancedCustomNameSupport)
    In This Topic
    Gets the comment of the custom name.
    Syntax
    'Declaration
     
    
    Function GetCustomNameComment( _
       ByVal name As String _
    ) As String
    'Usage
     
    
    Dim instance As IEnhancedCustomNameSupport
    Dim name As String
    Dim value As String
     
    value = instance.GetCustomNameComment(name)
    string GetCustomNameComment( 
       string name
    )

    Parameters

    name

    Return Value

    The comment of the custom name
    See Also