LowLevel.SortedMap.Values Property

PicoXLSX

PicoXLSX

LowLevelSortedMapValues Property

Gets the values of the map as values

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

Property Value

Type: ListString
See Also