Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FilterScopes Enumeration


In This Topic
    FilterScopes Enumeration
    In This Topic
    Represents the filtering scopes for querying defined names.
    Syntax
    'Declaration
     
    
    Public Enum FilterScopes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FilterScopes
    public enum FilterScopes : System.Enum 
    Members
    MemberDescription
    AllReturn all defined names.
    WorkbookReturns defined names scoped to workbook.
    WorksheetReturns defined names scoped to worksheet.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.FilterScopes

    See Also