[]
Adds a comment to the specified custom name.
public bool SetCustomNameComment(string name, string comment, bool sheetViewScope)
Public Function SetCustomNameComment(name As String, comment As String, sheetViewScope As Boolean) As Boolean
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 |
Type | Description |
---|---|
bool | If true, comment is set; otherwise, false. |