PicoXLSX Library Documentation
![]() | 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)

C#
public enum CellDirection

Member name | Value | Description | |
---|---|---|---|
ColumnToColumn | 0 | The next cell will be on the same row (A1,B1,C1...) | |
RowToRow | 1 | The next cell will be on the same column (A1,A2,A3...) |
