NanoXLSX Library Documentation
![]() | WorksheetCellDirection Enumeration |
Enum to define the direction when using AddNextCell method
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

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...) |
