PicoXLSX Library Documentation
![]() | LowLevelSortedMapAdd Method |
Adds a key value pair to the map. If the key already exists, only its index will be returned
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
public int Add( string key, string value )
Parameters
- key
- Type: SystemString
Key of the tuple - value
- Type: SystemString
Value of the tuple
Return Value
Type: Int32Position of the tuple in the map as index (zero-based)
