'Declaration Public Function GetCustomNameComment( _ ByVal name As String, _ ByVal SheetviewSCope 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)
public string GetCustomNameComment( string name, bool SheetviewSCope )
Parameters
- name
- SheetviewSCope
- If [true] get from sheet scope, otherwise [false] get from spread scope
Return Value
The comment of the custom name