Click or drag to resize
NanoXLSX

Cell Constructor

Overload List
 NameDescription
Public methodCellDefault 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, Address) Constructor with value, cell type and address as struct. The worksheet reference is set to null and must be assigned later
Public methodCell(Object, CellCellType, String) Constructor with value, cell type and address as string. The worksheet reference is set to null and must be assigned later
Public methodCell(Object, CellCellType, Int32, Int32) Constructor with value, cell type, row number and column number
Top
See Also