Namespace EasyXLS.Util
Class Cell
System.Object
EasyXLS.Util.Cell
public class Cell
extends System.Object
This class stores the cell location.
-
Constant Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Row
public int RowThe row index of the cell -
Column
public int ColumnThe column index of the cell
-
-
Constructor Details
-
Cell
public Cell()
-