Spread Windows Forms 12.0 Product Documentation
SetCustomNameComment Method (DefaultSheetDataModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > DefaultSheetDataModel Class : SetCustomNameComment Method
Name of the custom name
Comment of the custom name
Sets a comment for a common custom name.
Syntax
'Declaration
 
Public Function SetCustomNameComment( _
   ByVal name As String, _
   ByVal comment As String _
) As Boolean
'Usage
 
Dim instance As DefaultSheetDataModel
Dim name As String
Dim comment As String
Dim value As Boolean
 
value = instance.SetCustomNameComment(name, comment)
public bool SetCustomNameComment( 
   string name,
   string comment
)

Parameters

name
Name of the custom name
comment
Comment of the custom name
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members