Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetModelScopeCustomNameComment Method


In This Topic
    GetModelScopeCustomNameComment Method (DefaultSheetDataModel)
    In This Topic
    Gets the comment from a custom name.
    Syntax
    'Declaration
     
    
    Public Function GetModelScopeCustomNameComment( _
       ByVal name As String _
    ) As String
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim name As String
    Dim value As String
     
    value = instance.GetModelScopeCustomNameComment(name)
    public string GetModelScopeCustomNameComment( 
       string name
    )

    Parameters

    name

    Return Value

    Returns the comment of the custom name
    See Also