NanoXLSX Library Documentation
![]() | LowLevelSortedMapContainsKey Method |
Gets whether the specified key exists in the map
Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

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