[]
Modifies the name of a custom name.
public bool ModifyCustomName(string currentName, string newName, bool sheetViewScope)
Public Function ModifyCustomName(currentName As String, newName As String, sheetViewScope As Boolean) As Boolean
Type | Name | Description |
---|---|---|
string | currentName | Name of custom name to modify |
string | newName | New name of custom name |
bool | sheetViewScope |
Type | Description |
---|---|
bool | True if name is modified; otherwise, false. |