LowLevel.SortedMap.ContainsKey Method

NanoXLSX

NanoXLSX

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)
Syntax
C#
public bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
Key to check

Return Value

Type: Boolean
True if the entry exists, otherwise false
See Also