Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / SetCustomNameComment Method
Name of the custom name
Comment of the custom name


In This Topic
    SetCustomNameComment Method (DefaultSheetDataModel)
    In This Topic
    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