类 CellRange

java.lang.Object
com.sh.wf.excel.metadata.CellRange

public class CellRange extends Object
  • 构造器详细资料

    • CellRange

      public CellRange(int firstRow, int lastRow, int firstCol, int lastCol)
  • 方法详细资料

    • getFirstRow

      public int getFirstRow()
    • setFirstRow

      public void setFirstRow(int firstRow)
    • getLastRow

      public int getLastRow()
    • setLastRow

      public void setLastRow(int lastRow)
    • getFirstCol

      public int getFirstCol()
    • setFirstCol

      public void setFirstCol(int firstCol)
    • getLastCol

      public int getLastCol()
    • setLastCol

      public void setLastCol(int lastCol)