FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / FindRange Enumeration

In This Topic
    FindRange Enumeration
    In This Topic
    Specifies constants that define for Find Range.
    Syntax
    'Declaration
     
    
    Public Enum FindRange 
       Inherits System.Enum
    public enum FindRange : System.Enum 
    Members
    MemberDescription
    SheetFind in current sheet
    WorkbookFind in whole workbook
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.FlexGrid.FindRange

    See Also