Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetDataModel Class / RemoveCustomName Method
User-defined custom name to remove
Example


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
    Example
    This example removes a custom name from the model.
    See Also