LowLevel.SortedMap.Values Property

NanoXLSX

NanoXLSX

LowLevelSortedMapValues Property

Gets the values of the map as values

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

Property Value

Type: ListString
See Also