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.3+c820fb107cc06ae187946bad43db42d71f6faf1c
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