LowLevel.SortedMap.Keys Property

PicoXLSX

PicoXLSX

LowLevelSortedMapKeys Property

Gets the keys of the map as list

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public List<string> Keys { get; }

Property Value

Type: ListString
See Also