Cell Constructor

PicoXLSX

PicoXLSX

Cell Constructor

Overload List
  NameDescription
Public methodCell
Default constructor. Cells created with this constructor do not have a link to a worksheet initially
Public methodCell(Object, CellCellType)
Constructor with value and cell type. Cells created with this constructor do not have a link to a worksheet initially
Public methodCell(Object, CellCellType, Int32, Int32, Worksheet)
Constructor with value, cell type, row number, column number and the link to a worksheet
Top
See Also