Spread Windows Forms 12.0 Product Documentation
FilterScopes Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : FilterScopes Enumeration
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

Reference

GrapeCity.Spreadsheet Namespace