LowLevel.SortedMap.Add Method

PicoXLSX

PicoXLSX

LowLevelSortedMapAdd Method

Adds a key value pair to the map. If the key already exists, only its index will be returned

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public int Add(
	string key,
	string value
)

Parameters

key
Type: SystemString
Key of the tuple
value
Type: SystemString
Value of the tuple

Return Value

Type: Int32
Position of the tuple in the map as index (zero-based)
See Also