Click or drag to resize
NanoXLSX

XlsxWriterGetSortedSheetData Method

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

Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
Syntax
C#
private List<XlsxWriterDynamicRow> GetSortedSheetData(
	Worksheet sheet
)

Parameters

sheet  Worksheet
Worksheet to process

Return Value

ListXlsxWriterDynamicRow
Sorted list of dynamic rows that are either defined by cells or row widths / hidden states. The list is sorted by row numbers (zero-based)
See Also