public static enum SRange.AutoFilterOperation extends Enum<SRange.AutoFilterOperation>
Enum Constant and Description |
---|
AND |
BOTOOM10PERCENT |
BOTTOM10 |
OR |
TOP10 |
TOP10PERCENT |
VALUES |
Modifier and Type | Method and Description |
---|---|
static SRange.AutoFilterOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRange.AutoFilterOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SRange.AutoFilterOperation AND
public static final SRange.AutoFilterOperation BOTTOM10
public static final SRange.AutoFilterOperation BOTOOM10PERCENT
public static final SRange.AutoFilterOperation OR
public static final SRange.AutoFilterOperation TOP10
public static final SRange.AutoFilterOperation TOP10PERCENT
public static final SRange.AutoFilterOperation VALUES
public static SRange.AutoFilterOperation[] values()
for (SRange.AutoFilterOperation c : SRange.AutoFilterOperation.values()) System.out.println(c);
public static SRange.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.