Worksheet.CurrentCellDirection Property

NanoXLSX

NanoXLSX

WorksheetCurrentCellDirection Property

Gets or sets the direction when using AddNextCell method

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public WorksheetCellDirection CurrentCellDirection { get; set; }

Property Value

Type: WorksheetCellDirection
See Also