Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FilterScopes Enumeration


FilterScopes Enumeration
Represents the filtering scopes for querying defined names.
Syntax
'Declaration
 
Public Enum FilterScopes 
   Inherits System.Enum
 
'Usage
 
Dim instance As FilterScopes
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