Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IEnhancedCustomNameSupport Interface / AddModelScopeCustomName Method / AddModelScopeCustomName(String,Expression,String) Method
The name of custom name to add
The value of custom name to add
The comment of the custom name to add


In This Topic
    AddModelScopeCustomName(String,Expression,String) Method
    In This Topic
    Adds a new user-defined name for the specified value, as an expression, to the model.
    Syntax
    'Declaration
     
    
    Overloads Sub AddModelScopeCustomName( _
       ByVal name As String, _
       ByVal value As Expression, _
       ByVal comment As String _
    ) 
    'Usage
     
    
    Dim instance As IEnhancedCustomNameSupport
    Dim name As String
    Dim value As Expression
    Dim comment As String
     
    instance.AddModelScopeCustomName(name, value, comment)
    void AddModelScopeCustomName( 
       string name,
       Expression value,
       string comment
    )

    Parameters

    name
    The name of custom name to add
    value
    The value of custom name to add
    comment
    The comment of the custom name to add
    See Also