public static enum Range.AutoFilterOperation extends Enum<Range.AutoFilterOperation>
Enum Constant and Description |
---|
AND |
BOTTOM10 |
BOTTOM10PERCENT |
OR |
TOP10 |
TOP10PERCENT |
VALUES |
Modifier and Type | Method and Description |
---|---|
static Range.AutoFilterOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range.AutoFilterOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Range.AutoFilterOperation AND
public static final Range.AutoFilterOperation BOTTOM10
public static final Range.AutoFilterOperation BOTTOM10PERCENT
public static final Range.AutoFilterOperation OR
public static final Range.AutoFilterOperation TOP10
public static final Range.AutoFilterOperation TOP10PERCENT
public static final Range.AutoFilterOperation VALUES
public static Range.AutoFilterOperation[] values()
for (Range.AutoFilterOperation c : Range.AutoFilterOperation.values()) System.out.println(c);
public static Range.AutoFilterOperation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020. All rights reserved.