'Declaration Public Function SetCustomNameComment( _ ByVal name As String, _ ByVal comment As String, _ ByVal sheetViewScope As Boolean _ ) As Boolean
Parameters
- name
- Name of custom name to which to add a comment
- comment
- Comment to add
- sheetViewScope
- If true, add to model scope; if false, add to custom name to share
Return Value
If true, comment is set; otherwise, false.