[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.SetCustomNameComment

SetCustomNameComment Method

SetCustomNameComment(string, string)

Sets a comment for a common custom name.

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

Name of the custom name

string comment

Comment of the custom name

Returns
Type Description
bool

true if successful; false otherwise

Implements