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

    Parameters

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

    Return Value

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