[]
        
(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>
Specifies the auto merge selection mode.
  • Enum Constant Details

    • Source

      public static final AutoMergeSelectionMode Source
      Indicates to select individual cell when the auto merge is applied. This property will take effect only when IncludeAutoMergedCells is false.
    • Merged

      public static final AutoMergeSelectionMode Merged
      Indicates to select all cells which have same value when the auto merge is applied.
  • 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