Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / ModifyCustomName Method
The current name.
The new name.


In This Topic
    ModifyCustomName Method (DefaultSheetDataModel)
    In This Topic
    Changes the name of the shared custom name.
    Syntax
    'Declaration
     
    
    Public Function ModifyCustomName( _
       ByVal name As String, _
       ByVal newName As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim name As String
    Dim newName As String
    Dim value As Boolean
     
    value = instance.ModifyCustomName(name, newName)
    public bool ModifyCustomName( 
       string name,
       string newName
    )

    Parameters

    name
    The current name.
    newName
    The new name.

    Return Value

    true if successful; otherwise, false
    See Also