LowLevel.CreateRowString Method

PicoXLSX

PicoXLSX

LowLevelCreateRowString Method

Method to create a row string

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
private string CreateRowString(
	List<Cell> columnFields,
	Worksheet worksheet
)

Parameters

columnFields
Type: System.Collections.GenericListCell
List of cells
worksheet
Type: PicoXLSXWorksheet
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