[]
Removes a custom name on this sheet from the model.
public void RemoveCustomName(string name, bool SheetviewSCope)
Public Sub RemoveCustomName(name As String, SheetviewSCope As Boolean)
| Type | Name | Description |
|---|---|---|
| string | name | Custom name to remove |
| bool | SheetviewSCope |
Removes a custom name on this sheet from the model.
public void RemoveCustomName(string name)
Public Sub RemoveCustomName(name As String)
| Type | Name | Description |
|---|---|---|
| string | name | Custom name to remove |