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+3a069966d2787c42b695e5043a5e083b247634e3
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