Spread Windows Forms 12.0 Product Documentation
GetModelScopeCustomNameComment Method (IEnhancedCustomNameSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IEnhancedCustomNameSupport Interface : GetModelScopeCustomNameComment Method
The name of the custom name to get
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

Reference

IEnhancedCustomNameSupport Interface
IEnhancedCustomNameSupport Members