Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookBase Class / ContainsDefinedName Method


In This Topic
    ContainsDefinedName Method (WorkbookBase)
    In This Topic
    Determines whether there is at least one defined name in this workbook.
    Syntax
    '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.
    See Also