GetCustomNameComment Method (SheetView)
Gets the comment of the custom name.
'Declaration
Public Function GetCustomNameComment( _
ByVal As String, _
ByVal As Boolean _
) As String
'Usage
Dim instance As SheetView
Dim name As String
Dim SheetviewSCope As Boolean
Dim value As String
value = instance.GetCustomNameComment(name, SheetviewSCope)
Parameters
- name
- SheetviewSCope
- If [true] get from sheet scope, otherwise [false] get from spread scope
Return Value
The comment of the custom name