[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.ModifyCustomName

ModifyCustomName Method

ModifyCustomName(string, string, bool)

Modifies the name of a custom name.

Declaration
public bool ModifyCustomName(string currentName, string newName, bool sheetViewScope)
Public Function ModifyCustomName(currentName As String, newName As String, sheetViewScope As Boolean) As Boolean
Parameters
Type Name Description
string currentName

Name of custom name to modify

string newName

New name of custom name

bool sheetViewScope
Returns
Type Description
bool

True if name is modified; otherwise, false.