[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.GetModelScopeCustomNameComment

GetModelScopeCustomNameComment Method

GetModelScopeCustomNameComment(string)

Gets the comment from a custom name.

Declaration
public string GetModelScopeCustomNameComment(string name)
Public Function GetModelScopeCustomNameComment(name As String) As String
Parameters
Type Name Description
string name

name of custom name

Returns
Type Description
string

Returns the comment of the custom name

Implements