[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.ModifyModelScopeCustomName

ModifyModelScopeCustomName Method

ModifyModelScopeCustomName(string, string)

Modifies the name of a model scope custom name.

Declaration
public bool ModifyModelScopeCustomName(string name, string newName)
Public Function ModifyModelScopeCustomName(name As String, newName As String) As Boolean
Parameters
Type Name Description
string name

Name of the custom name to modify

string newName

New name of the custom name to modify

Returns
Type Description
bool

true if name is modified; otherwise, false

Implements