Namespace EasyXLS.Util

Class Cell

System.Object
EasyXLS.Util.Cell

public class Cell extends System.Object
This class stores the cell location.
  • Constant Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    The column index of the cell
    int
    The row index of the cell
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class System.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • Row

      public int Row
      The row index of the cell
    • Column

      public int Column
      The column index of the cell
  • Constructor Details

    • Cell

      public Cell()