 | LowLevelSortedMapAdd Method |
Method to add a key value pair
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntaxpublic string Add(
string key,
string value
)
Parameters
- key String
- Key as string.
- value String
- Value as string.
Return Value
StringReturns the resolved string (either added or returned from an existing entry).
See Also