[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.RemoveModelScopeCustomName

RemoveModelScopeCustomName Method

RemoveModelScopeCustomName(string)

Removes a custom name in the model scope.

Declaration
public void RemoveModelScopeCustomName(string name)
Public Sub RemoveModelScopeCustomName(name As String)
Parameters
Type Name Description
string name

Name of the custom name to remove

Implements