com.jniwrapper.win32.jexcel
Class Range.FindLookIn

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.jexcel.Range.FindLookIn
Enclosing class:
Range

public static class Range.FindLookIn
extends com.jniwrapper.util.EnumItem

This class is an enumeration of information types to be searched.


Field Summary
static Range.FindLookIn COMMENTS
           
static Range.FindLookIn FORMULAS
           
static Range.FindLookIn VALUES
           
 
Method Summary
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUES

public static final Range.FindLookIn VALUES

FORMULAS

public static final Range.FindLookIn FORMULAS

COMMENTS

public static final Range.FindLookIn COMMENTS