LowLevel.GetSortedSheetData Method

NanoXLSX

NanoXLSX

LowLevelGetSortedSheetData Method

Method to sort the cells of a worksheet as preparation for the XML document

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
private List<List<Cell>> GetSortedSheetData(
	Worksheet sheet
)

Parameters

sheet
Type: NanoXLSXWorksheet
Worksheet to process

Return Value

Type: ListListCell
Two dimensional array of Cell objects
See Also