Uses of Class
com.jniwrapper.win32.jexcel.Range.SearchAttributes

Packages that use Range.SearchAttributes
com.jniwrapper.win32.jexcel   
 

Uses of Range.SearchAttributes in com.jniwrapper.win32.jexcel
 

Methods in com.jniwrapper.win32.jexcel with parameters of type Range.SearchAttributes
 Cell Range.find(java.util.Date what, Range.SearchAttributes attributes)
          Returns the first cell that contains the data specified by what argument.
 Cell Range.find(double what, Range.SearchAttributes attributes)
          Returns the first cell that contains the data specified by what argument.
 Cell Range.find(long what, Range.SearchAttributes attributes)
          Returns the first cell that contains the data specified by what argument.
 Cell Range.find(java.lang.String what, Range.SearchAttributes attributes)
          Returns the first cell that contains the data specified by what argument.