Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RemoveCustomName Method / RemoveCustomName(String,Boolean) Method
Custom name to remove


In This Topic
    RemoveCustomName(String,Boolean) Method
    In This Topic
    Removes a custom name on this sheet from the model.
    Syntax
    'Declaration
     
    
    Public Overloads Sub RemoveCustomName( _
       ByVal name As String, _
       ByVal SheetviewSCope As Boolean _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim name As String
    Dim SheetviewSCope As Boolean
     
    instance.RemoveCustomName(name, SheetviewSCope)
    public void RemoveCustomName( 
       string name,
       bool SheetviewSCope
    )

    Parameters

    name
    Custom name to remove
    SheetviewSCope
    See Also