Spread for ASP.NET 12 Product Documentation
RemoveCustomName Method (ICustomNameSupport)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ICustomNameSupport Interface : RemoveCustomName Method
Name to remove
Removes a user-defined name from the model.
Syntax
'Declaration
 
Sub RemoveCustomName( _
   ByVal name As String _
) 
'Usage
 
Dim instance As ICustomNameSupport
Dim name As String
 
instance.RemoveCustomName(name)
void RemoveCustomName( 
   string name
)

Parameters

name
Name to remove
See Also

Reference

ICustomNameSupport Interface
ICustomNameSupport Members