[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.ModifyCustomName

ModifyCustomName Method

ModifyCustomName(string, string)

Changes the name of the shared custom name.

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

The current name.

string newName

The new name.

Returns
Type Description
bool

true if successful; otherwise, false

Implements