public class MergedCell extends Cell
MergedCell()
MergedCell(int rowSpan, int colSpan)
boolean
equals(Object o)
int
getColSpan()
getRowSpan()
hashCode()
void
setColSpan(int colSpan)
setRowSpan(int rowSpan)
String
toString()
getCol, getMerge, getRow, getValue, isMerged, setCol, setMerge, setRow, setValue
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public MergedCell()
public MergedCell(int rowSpan, int colSpan)
public int getRowSpan()
public void setRowSpan(int rowSpan)
public int getColSpan()
public void setColSpan(int colSpan)
public String toString()
toString
Cell
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2025. All rights reserved.