Click or drag to resize
PicoXLSX

LowLevelSortedMapAdd Method

Method to add a key value pair

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntax
C#
public string Add(
	string key,
	string value
)

Parameters

key  String
Key as string.
value  String
Value as string.

Return Value

String
Returns the resolved string (either added or returned from an existing entry).
See Also