| Name | Description |
---|
 | Cell | Default constructor. Cells created with this constructor do not have a link to a worksheet initially |
 | Cell(Object, CellCellType) |
Constructor with value and cell type. Cells created with this constructor do not have a link to a worksheet initially
|
 | Cell(Object, CellCellType, Address) |
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) |
Constructor with value, cell type and address as string. The worksheet reference is set to null and must be assigned later
|
 | Cell(Object, CellCellType, Int32, Int32) |
Constructor with value, cell type, row number and column number
|