 | WorksheetAddCell(Object, String, Style) Method |
Adds an object to the defined cell address. If the type of the value does not match with one of the supported data types, it will be casted to a String. A prepared object of the type Cell will not be casted but adjusted
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+6ab75fa9edd66571b0de8e574b48108101297ca1
Syntaxpublic void AddCell(
Object value,
string address,
Style style
)
Parameters
- value Object
- Unspecified value to insert.
- address String
- Cell address in the format A1 - XFD1048576.
- style Style
- Style to apply on the cell.
See Also