 | LowLevelSortedMapAdd Method |
Method to add a key value pair
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
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