LowLevel.SortedMap.Keys Property

NanoXLSX

NanoXLSX

LowLevelSortedMapKeys Property

Gets the keys of the map as list

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public List<string> Keys { get; }

Property Value

Type: ListString
See Also