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.3+98f265239ae8df4639650ecd7029244cc5e52dfc
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