public static enum Range.AutoFillType extends Enum<Range.AutoFillType>
Enum Constant and Description |
---|
COPY |
DAYS |
DEFAULT |
FORMATS |
GROWTH_TREND |
LINER_TREND |
MONTHS |
SERIES |
VALUES |
WEEKDAYS |
YEARS |
Modifier and Type | Method and Description |
---|---|
static Range.AutoFillType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range.AutoFillType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Range.AutoFillType COPY
public static final Range.AutoFillType DAYS
public static final Range.AutoFillType DEFAULT
public static final Range.AutoFillType FORMATS
public static final Range.AutoFillType MONTHS
public static final Range.AutoFillType SERIES
public static final Range.AutoFillType VALUES
public static final Range.AutoFillType WEEKDAYS
public static final Range.AutoFillType YEARS
public static final Range.AutoFillType GROWTH_TREND
public static final Range.AutoFillType LINER_TREND
public static Range.AutoFillType[] values()
for (Range.AutoFillType c : Range.AutoFillType.values()) System.out.println(c);
public static Range.AutoFillType 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.