RemoveCustomName(String) Method
In This Topic
Removes a custom name on this sheet from the model.
Syntax
'Declaration
Public Overloads Sub RemoveCustomName( _
ByVal As String _
)
'Usage
Dim instance As SheetView
Dim name As String
instance.RemoveCustomName(name)
public void RemoveCustomName(
string
)
Parameters
- name
- Custom name to remove
See Also