Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / find Method / find(Object,FindOptions) Method
The data to search for. Can be a String, double, Date,LocalDateTime, Calendar, boolean or int.
The find options
In This Topic
    find(Object,FindOptions) Method
    In This Topic
    Finds specific information in a range, starts from the upper-left corner.
    Syntax
    IRange find( 
       java.lang.Object what,
       FindOptions options
    )

    Parameters

    what
    The data to search for. Can be a String, double, Date,LocalDateTime, Calendar, boolean or int.
    options
    The find options

    Return Value

    A IRange object that represents the first cell where that informationis found.
    See Also