Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IEnhancedCustomNameSupport Interface / GetModelScopeCustomNameComment Method
The name of the custom name to get


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

    Parameters

    name
    The name of the custom name to get

    Return Value

    Returns the comment of the custom name
    See Also