public static enum Range.PasteType extends Enum<Range.PasteType>
| Enum Constant and Description |
|---|
ALL |
ALL_EXCEPT_BORDERS |
COLUMN_WIDTHS |
COMMENTS |
FORMATS |
FORMULAS |
FORMULAS_AND_NUMBER_FORMATS |
VALIDATAION |
VALUES |
VALUES_AND_NUMBER_FORMATS |
| Modifier and Type | Method and Description |
|---|---|
static Range.PasteType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range.PasteType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Range.PasteType ALL
public static final Range.PasteType ALL_EXCEPT_BORDERS
public static final Range.PasteType COLUMN_WIDTHS
public static final Range.PasteType COMMENTS
public static final Range.PasteType FORMATS
public static final Range.PasteType FORMULAS
public static final Range.PasteType FORMULAS_AND_NUMBER_FORMATS
public static final Range.PasteType VALIDATAION
public static final Range.PasteType VALUES
public static final Range.PasteType VALUES_AND_NUMBER_FORMATS
public static Range.PasteType[] values()
for (Range.PasteType c : Range.PasteType.values()) System.out.println(c);
public static Range.PasteType 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.