Click or drag to resize
PicoXLSX

WorksheetAddNextCell(Cell, Boolean, Style) Method

Method to insert a generic cell to the next cell position

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+6ab75fa9edd66571b0de8e574b48108101297ca1
Syntax
C#
private 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