Click or drag to resize
NanoXLSX

SharedStringsReaderPhoneticInfo Constructor

Constructor with parameters

Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public PhoneticInfo(
	string value,
	string start,
	string end
)

Parameters

value  String
Transcription value
start  String
Absolute start index as string
end  String
Absolute end index as string
See Also