public class Merge extends Object
| 构造器和说明 |
|---|
Merge() |
Merge(int startRowIndex,
int endRowIndex,
int startColumnIndex,
int endColumnIndex) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getColSpan() |
int |
getEndColumnIndex() |
int |
getEndRowIndex() |
int |
getRowSpan() |
int |
getStartColumnIndex() |
int |
getStartRowIndex() |
void |
setEndColumnIndex(int endColumnIndex) |
void |
setEndRowIndex(int endRowIndex) |
void |
setStartColumnIndex(int startColumnIndex) |
void |
setStartRowIndex(int startRowIndex) |
String |
toString() |
public Merge(int startRowIndex,
int endRowIndex,
int startColumnIndex,
int endColumnIndex)
public Merge()
public int getStartRowIndex()
public void setStartRowIndex(int startRowIndex)
public int getEndRowIndex()
public void setEndRowIndex(int endRowIndex)
public int getStartColumnIndex()
public void setStartColumnIndex(int startColumnIndex)
public int getEndColumnIndex()
public void setEndColumnIndex(int endColumnIndex)
public int getRowSpan()
public int getColSpan()
Copyright © 2025. All rights reserved.