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