Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / ClearCustomName Method
The name.


In This Topic
    ClearCustomName Method (Workbook)
    In This Topic
    Clears the specified name on this sheet.
    Syntax
    'Declaration
     
    Public Sub ClearCustomName( _
       ByVal name As String _
    ) 
    'Usage
     
    Dim instance As Workbook
    Dim name As String
     
    instance.ClearCustomName(name)
    public void ClearCustomName( 
       string name
    )

    Parameters

    name
    The name.
    See Also