Spread Silverlight Documentation
ClearCustomName Method (GcSpreadSheet)


GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet Class : ClearCustomName Method
The custom name.
Clears the custom name in the workbook.
Syntax
'Declaration
 
Public Sub ClearCustomName( _
   ByVal name As System.String _
) 
'Usage
 
Dim instance As GcSpreadSheet
Dim name As System.String
 
instance.ClearCustomName(name)
public void ClearCustomName( 
   System.string name
)

Parameters

name
The custom name.
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members