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)

Parameters

name

Return Value

Returns the comment of the custom name
See Also