'Declaration
Public Function ContainsDefinedName() As Boolean
'Usage
Dim instance As WorkbookBase Dim value As Boolean value = instance.ContainsDefinedName()
public bool ContainsDefinedName()
Return Value
true
if there is at least one defined name in this workbook; otherwise, false
.