Worksheet.CellDirection Enumeration

NanoXLSX

NanoXLSX

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