[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.SetCustomNameComment

SetCustomNameComment Method

SetCustomNameComment(string, string, bool)

Adds a comment to the specified custom name.

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

Name of custom name to which to add a comment

string comment

Comment to add

bool sheetViewScope

If true, add to model scope; if false, add to custom name to share

Returns
Type Description
bool

If true, comment is set; otherwise, false.