 | SortedMapAdd Method |
Method to add a key value pair
Namespace: NanoXLSX.LowLevelAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
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