[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.SetModelScopeCustomNameComment

SetModelScopeCustomNameComment Method

SetModelScopeCustomNameComment(string, string)

Sets a custom name comment.

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

The name of the custom name to set

string comment

The comment for the custom name

Returns
Type Description
bool

true if successful; otherwise, false

Implements