Class MergedCell

java.lang.Object
com.independentsoft.office.spreadsheet.MergedCell

public class MergedCell extends Object
The Class MergedCell.
  • Constructor Details

    • MergedCell

      public MergedCell()
      Instantiates a new merged cell.
    • MergedCell

      public MergedCell(String reference)
      Instantiates a new merged cell.
      Parameters:
      reference - the reference
  • Method Details

    • clone

      public MergedCell clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getReference

      public String getReference()
      Gets the reference.
      Returns:
      the reference
    • setReference

      public void setReference(String reference)
      Sets the reference.
      Parameters:
      reference - the new reference