Click or drag to resize
NanoXLSX

WorksheetAddCellRange Method

Overload List
 NameDescription
Public methodAddCellRange(IReadOnlyListObject, 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 cast to a String. Prepared objects of the type Cell will not be cast but adjusted
Public methodAddCellRange(IReadOnlyListObject, Address, Address) 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 cast to a String. Prepared objects of the type Cell will not be cast but adjusted
Public methodAddCellRange(IReadOnlyListObject, 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 cast to a String. Prepared objects of the type Cell will not be cast but adjusted
Public methodAddCellRange(IReadOnlyListObject, Address, Address, 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 cast to a String. Prepared objects of the type Cell will not be cast but adjusted
Top
See Also