public enum SpecialCellTypeForTesting extends java.lang.Enum<SpecialCellTypeForTesting>
| Enum Constant and Description |
|---|
CellFormats |
ColumnWidthInPixel |
DisplayFormatOverrides |
RowHeight |
Sparklines |
| Modifier and Type | Method and Description |
|---|---|
static SpecialCellTypeForTesting |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpecialCellTypeForTesting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpecialCellTypeForTesting DisplayFormatOverrides
public static final SpecialCellTypeForTesting CellFormats
public static final SpecialCellTypeForTesting Sparklines
public static final SpecialCellTypeForTesting RowHeight
public static final SpecialCellTypeForTesting ColumnWidthInPixel
public static SpecialCellTypeForTesting[] values()
for (SpecialCellTypeForTesting c : SpecialCellTypeForTesting.values()) System.out.println(c);
public static SpecialCellTypeForTesting 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 null