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


In This Topic
    FilterOptions Enumeration
    In This Topic
    Represents the filtering options for querying defined names.
    Syntax
    'Declaration
     
    
    Public Enum FilterOptions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FilterOptions
    public enum FilterOptions : System.Enum 
    Members
    MemberDescription
    AllReturns all defined names.
    WithErrorsReturns defined names which contain GrapeCity.CalcEngine.CalcError.
    WithoutErrorsReturns defined names which doesn't contain GrapeCity.CalcEngine.CalcError.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.FilterOptions

    See Also