public enum UsedRangeType extends java.lang.Enum<UsedRangeType>
| Enum Constant and Description |
|---|
Axis
Specifies the axis type.
|
Chart
Specifies the chart type.
|
Comment
Specifies the comment type.
|
ConditionalFormatting
Specifies the conditional formatting type.
|
Data
Specifies the data type.
|
DataValidation
Specifies the data validation type.
|
Filter
Specifies the filter type.
|
Hyperlink
Specifies the hyperlink type.
|
Merge
Specifies the merge type.
|
None
Specifies no type.
|
Picture
Specifies the picture type.
|
PivotTable
Specifies the pivot table type.
|
Shape
Specifies the shape type.
|
Slicer
Specifies the slicer type.
|
Sort
Specifies the sort type.
|
Sparkline
Specifies the sparkline type.
|
Style
Specifies the style type.
|
Table
Specifies the table type.
|
| Modifier and Type | Method and Description |
|---|---|
static UsedRangeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UsedRangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UsedRangeType None
public static final UsedRangeType Data
public static final UsedRangeType Style
public static final UsedRangeType Axis
public static final UsedRangeType Chart
public static final UsedRangeType Comment
public static final UsedRangeType ConditionalFormatting
public static final UsedRangeType DataValidation
public static final UsedRangeType Filter
public static final UsedRangeType Hyperlink
public static final UsedRangeType Merge
public static final UsedRangeType Picture
public static final UsedRangeType PivotTable
public static final UsedRangeType Slicer
public static final UsedRangeType Shape
public static final UsedRangeType Sort
public static final UsedRangeType Sparkline
public static final UsedRangeType Table
public static UsedRangeType[] values()
for (UsedRangeType c : UsedRangeType.values()) System.out.println(c);
public static UsedRangeType 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