PicoXLSX Library Documentation
![]() | LowLevelSortedMapContainsKey Method |
Gets whether the specified key exists in the map
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
public bool ContainsKey( string key )
Parameters
- key
- Type: SystemString
Key to check
Return Value
Type: BooleanTrue if the entry exists, otherwise false
