NanoXLSX Library Documentation
![]() | LowLevelSortedMapItem Property |
Indexer to get the specific value by the key
Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public string this[ string key ] { get; }
Parameters
- key
- Type: SystemString
Key to corresponding value. Returns null if not found
Property Value
Type: String