public interface IMergedCell extends ICell, IRowCell
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getLastColumnNo()
the last cell's column no, base 1; the last cell is at bottom right corner
|
int |
getLastColumnNum()
the last cell's column num, base 1; the last cell is at bottom right corner
|
int |
getLastRowNum()
the last cell's row num, base 1; the last cell is at bottom right corner
|
default boolean |
isMerged()
indicate whether the cell is merged
|
getCellStyle, getFirstColumnNo, getFirstColumnNum, getFirstRowNum, getId, getLabel, getValue, getValues, isMultiValue, setCellStyle, setLabel, setValueint getLastRowNum()
int getLastColumnNum()
java.lang.String getLastColumnNo()
default boolean isMerged()