Worksheet.CellDirection Enumeration

PicoXLSX

PicoXLSX

WorksheetCellDirection Enumeration

Enum to define the direction when using AddNextCell method

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public enum CellDirection
Members
  Member nameValueDescription
ColumnToColumn0The next cell will be on the same row (A1,B1,C1...)
RowToRow1The next cell will be on the same column (A1,A2,A3...)
See Also