[]
        
立即试用
(Showing Draft Content)

UsedRangeType

Enum Class UsedRangeType

java.lang.Object
java.lang.Enum<UsedRangeType>
com.grapecity.documents.excel.UsedRangeType
All Implemented Interfaces:
Serializable, Comparable<UsedRangeType>, Constable

public enum UsedRangeType extends Enum<UsedRangeType>
指定所有支持功能的类型。
  • Enum Constant Details

    • None

      public static final UsedRangeType None
      指定无类型。
    • Data

      public static final UsedRangeType Data
      指定数据类型。
    • Style

      public static final UsedRangeType Style
      指定样式类型。
    • Axis

      public static final UsedRangeType Axis
      指定轴类型。
    • Chart

      public static final UsedRangeType Chart
      指定图表类型。
    • Comment

      public static final UsedRangeType Comment
      指定注释类型。
    • ConditionalFormatting

      public static final UsedRangeType ConditionalFormatting
      指定条件格式类型。
    • DataValidation

      public static final UsedRangeType DataValidation
      指定数据验证类型。
    • Filter

      public static final UsedRangeType Filter
      指定过滤器类型。
    • Merge

      public static final UsedRangeType Merge
      指定合并类型。
    • Picture

      public static final UsedRangeType Picture
      指定图片类型。
    • PivotTable

      public static final UsedRangeType PivotTable
      指定数据透视表类型。
    • Slicer

      public static final UsedRangeType Slicer
      指定切片器类型。
    • Shape

      public static final UsedRangeType Shape
      指定形状类型。
    • Sort

      public static final UsedRangeType Sort
      指定排序类型。
    • Sparkline

      public static final UsedRangeType Sparkline
      指定迷你图的类型。
    • Table

      public static final UsedRangeType Table
      指定表类型。
  • Method Details

    • values

      public static UsedRangeType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static UsedRangeType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null