Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / FindLookIn Enumeration
In This Topic
    FindLookIn Enumeration
    In This Topic
    Specifies the type of data to search.
    Members
    MemberDescription
    CommentsSearches in Comments (xlNotes).
    FormulasSearches in formulas (xlFormulas).
    OnlyFormulasSearches in formulas. If the HasFormula property of a cell is false, the cell will be skipped.
    TextsSearches in Texts (xlValues)
    TextsExcludeFormulaCellSearches in Texts. If the HasFormula property of a cell is true, the cell will be skipped.
    ValuesPerforms type sensitive search in values. Supports double, string (Wildcard match is disabled), Date, bool, Calendar, and CalcError
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.FindLookIn

    See Also