Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / ClearCustomName Method
The custom name.


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

    Parameters

    name
    The custom name.
    See Also