Spread Windows Forms 12.0 Product Documentation
GetCustomNameComment Method (IEnhancedCustomNameSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IEnhancedCustomNameSupport Interface : GetCustomNameComment Method
Gets the comment of the custom name.
Syntax
'Declaration
 
Function GetCustomNameComment( _
   ByVal name As String _
) As String
'Usage
 
Dim instance As IEnhancedCustomNameSupport
Dim name As String
Dim value As String
 
value = instance.GetCustomNameComment(name)
string GetCustomNameComment( 
   string name
)

Parameters

name

Return Value

The comment of the custom name
See Also

Reference

IEnhancedCustomNameSupport Interface
IEnhancedCustomNameSupport Members