Class CellLocation

java.lang.Object
org.aoju.bus.office.excel.cell.CellLocation
All Implemented Interfaces:
Serializable

public class CellLocation extends Object implements Serializable
单元格位置
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Constructor Details

    • CellLocation

      public CellLocation(int x, int y)
      构造
      Parameters:
      x - 列号,从0开始
      y - 行号,从0开始
  • Method Details

    • getX

      public int getX()
    • setX

      public void setX(int x)
    • getY

      public int getY()
    • setY

      public void setY(int y)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object