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

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

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

Fields in com.jniwrapper.win32.jexcel declared as Range.FindLookIn
static Range.FindLookIn Range.FindLookIn.COMMENTS
           
static Range.FindLookIn Range.FindLookIn.FORMULAS
           
static Range.FindLookIn Range.FindLookIn.VALUES
           
 

Methods in com.jniwrapper.win32.jexcel that return Range.FindLookIn
 Range.FindLookIn Range.SearchAttributes.getLookIn()
          Returns the current information type to be searched.
 

Methods in com.jniwrapper.win32.jexcel with parameters of type Range.FindLookIn
 void Range.SearchAttributes.setLookIn(Range.FindLookIn value)
          Specifies the type of information to be searched.