LowLevel.SortedMap.Add Method

NanoXLSX

NanoXLSX

LowLevelSortedMapAdd Method

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

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
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