LowLevel.SortedMap.Item Property

PicoXLSX

PicoXLSX

LowLevelSortedMapItem Property

Indexer to get the specific value by the key

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public string this[
	string key
] { get; }

Parameters

key
Type: SystemString
Key to corresponding value. Returns null if not found

Property Value

Type: String
See Also