NanoXLSX Library Documentation
![]() | SharedStringsReaderGetString Method |
Gets the value of the shared string table by its index
Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public string GetString( int index )
Parameters
- index
- Type: SystemInt32
Index of the stared string entry
Return Value
Type: StringDetermined shared string value. Returns null in case of a invalid index
