Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / FindOptions Class

In This Topic
    FindOptions Class Methods
    In This Topic

    For a list of all members of this type, see FindOptions members.

    Public Methods
     NameDescription
    Public MethodGet one of the LookAt enum.  
    Public MethodGet one of the FindLookIn enum.  
    Public MethodGet MatchByte way. True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents.  
    Public MethodGet the search case sensitive. The default value is False .  
    Public MethodGet the search direction. Can be one of the SearchDirection enum.  
    Public MethodGet the search format. The default value is null.  
    Public MethodGet one of the SearchOrder enum.  
    Public MethodSet one of the LookAt enum.  
    Public MethodSet one of the FindLookIn enum.  
    Public MethodSet MatchByte way. True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents.  
    Public MethodSet the search case sensitive. The default value is False .  
    Public MethodSet the search direction. Can be one of the SearchDirection enum.  
    Public MethodSet the search format. The default value is null.  
    Public MethodSet one of the SearchOrder enum.  
    Top
    See Also