FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetCustomNameComment Method
The name of the custom name to get


In This Topic
GetCustomNameComment Method (DefaultSheetDataModel)
In This Topic
Gets a comment for a common custom name.
Syntax
'Declaration
 
Public Function GetCustomNameComment( _
   ByVal name As String _
) As String
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim name As String
Dim value As String
 
value = instance.GetCustomNameComment(name)

Parameters

name
The name of the custom name to get
See Also