SharedStringsReader.GetString Method

NanoXLSX

NanoXLSX

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)
Syntax
C#
public string GetString(
	int index
)

Parameters

index
Type: SystemInt32
Index of the stared string entry

Return Value

Type: String
Determined shared string value. Returns null in case of a invalid index
See Also