Package org.aoju.bus.office.excel.cell
Class CellLocation
java.lang.Object
org.aoju.bus.office.excel.cell.CellLocation
- All Implemented Interfaces:
Serializable
单元格位置
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CellLocation
public CellLocation(int x, int y) 构造- Parameters:
x- 列号,从0开始y- 行号,从0开始
-
-
Method Details