Worksheet.AddCellRange Method

NanoXLSX

NanoXLSX

WorksheetAddCellRange Method

Overload List
  NameDescription
Public methodAddCellRange(ListObject, String)
Adds a list of object values to a defined cell range. If the type of the a particular value does not match with one of the supported data types, it will be casted to a String. Prepared objects of the type Cell will not be casted but adjusted
Public methodAddCellRange(ListObject, CellAddress, CellAddress)
Adds a list of object values to a defined cell range. If the type of the a particular value does not match with one of the supported data types, it will be casted to a String. Prepared objects of the type Cell will not be casted but adjusted
Public methodAddCellRange(ListObject, String, Style)
Adds a list of object values to a defined cell range. If the type of the a particular value does not match with one of the supported data types, it will be casted to a String. Prepared objects of the type Cell will not be casted but adjusted
Public methodAddCellRange(ListObject, CellAddress, CellAddress, Style)
Adds a list of object values to a defined cell range. If the type of the a particular value does not match with one of the supported data types, it will be casted to a String. Prepared objects of the type Cell will not be casted but adjusted
Top
See Also