[]
        
立即试用
(Showing Draft Content)

AutoMergeSelectionMode

Enum Class AutoMergeSelectionMode

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

public enum AutoMergeSelectionMode extends Enum<AutoMergeSelectionMode>
指定自动合并选择模式。
  • Enum Constant Details

    • Source

      public static final AutoMergeSelectionMode Source
      指示在应用自动合并时选择单个单元格。
    • Merged

      public static final AutoMergeSelectionMode Merged
      指示在应用自动合并时选择所有具有相同值的单元格。
  • Method Details

    • values

      public static AutoMergeSelectionMode[] 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 AutoMergeSelectionMode 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