public enum FindLookIn extends java.lang.Enum<FindLookIn>
| Enum Constant and Description |
|---|
Comments
Searches in Comments (xlNotes).
|
Formulas
Searches in formulas (xlFormulas).
|
OnlyFormulas
Searches in formulas.
|
Texts
Searches in Texts (xlValues)
|
TextsExcludeFormulaCell
Searches in Texts.
|
Values
Performs type sensitive search in values.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE |
| Modifier and Type | Method and Description |
|---|---|
static FindLookIn |
forValue(int value) |
int |
getValue() |
static FindLookIn |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FindLookIn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FindLookIn Formulas
public static final FindLookIn Texts
public static final FindLookIn Values
public static final FindLookIn Comments
public static final FindLookIn OnlyFormulas
public static final FindLookIn TextsExcludeFormulaCell
public static final int SIZE
public static FindLookIn[] values()
for (FindLookIn c : FindLookIn.values()) System.out.println(c);
public static FindLookIn valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static FindLookIn forValue(int value)