LowLevel.CreateRowString Method

NanoXLSX

NanoXLSX

LowLevelCreateRowString Method

Method to create a row string

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
private string CreateRowString(
	List<Cell> columnFields,
	Worksheet worksheet
)

Parameters

columnFields
Type: System.Collections.GenericListCell
List of cells
worksheet
Type: NanoXLSXWorksheet
Worksheet to process

Return Value

Type: String
Formatted row string
Exceptions
ExceptionCondition
FormatExceptionThrows a FormatException if a handled date cannot be translated to (Excel internal) OADate
See Also