LowLevel.SortedMap.ContainsKey Method

PicoXLSX

PicoXLSX

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)
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