Cell Constructor

NanoXLSX

NanoXLSX

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, String)
Constructor with value, cell type and address. The worksheet reference is set to null and must be assigned later
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