Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClearCustomNames Method / ClearCustomNames(Boolean) Method


In This Topic
    ClearCustomNames(Boolean) Method
    In This Topic
    Removes all custom names on this sheet from the model.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ClearCustomNames( _
       ByVal SheetviewSCope As Boolean _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim SheetviewSCope As Boolean
     
    instance.ClearCustomNames(SheetviewSCope)
    public void ClearCustomNames( 
       bool SheetviewSCope
    )

    Parameters

    SheetviewSCope
    See Also