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.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
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