Cell Constructor | 
| Name | Description | |
|---|---|---|
| Cell | Initializes a new instance of the Cell class | |
| Cell(Object, CellCellType) | Initializes a new instance of the Cell class | |
| Cell(Object, CellCellType, CellAddress) | Constructor with value, cell type and address as struct. The worksheet reference is set to null and must be assigned later | |
| Cell(Object, CellCellType, String) | Initializes a new instance of the Cell class | |
| Cell(Object, CellCellType, Int32, Int32) | Initializes a new instance of the Cell class |