Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / ClearCustomName Method
Example


In This Topic
    ClearCustomName Method (Worksheet)
    In This Topic
    Clears the specified name in the name collection.
    Syntax
    'Declaration
     
    Public Sub ClearCustomName( _
       ByVal name As String _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim name As String
     
    instance.ClearCustomName(name)
    public void ClearCustomName( 
       string name
    )

    Parameters

    name
    Example
    This example uses the ClearCustomName method.
    See Also