 | WorksheetAddNextCell(Cell, Boolean, Style) Method |
Method to insert a generic cell to the next cell position
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntaxprivate void AddNextCell(
Cell cell,
bool incremental,
Style style
)
Parameters
- cell Cell
- Cell object to insert.
- incremental Boolean
- If true, the address value (row or column) will be incremented, otherwise not.
- style Style
- If not null, the defined style will be applied to the cell, otherwise no style or the default style will be applied.
See Also