Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / RemoveCustomName Method
User-defined custom name to remove


In This Topic
    RemoveCustomName Method (DefaultSheetDataModel)
    In This Topic
    Removes a named expression from the model.
    Syntax
    'Declaration
     
    
    Public Sub RemoveCustomName( _
       ByVal name As String _
    ) 
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim name As String
     
    instance.RemoveCustomName(name)
    public void RemoveCustomName( 
       string name
    )

    Parameters

    name
    User-defined custom name to remove
    See Also