Click or drag to resize

TextColumnGetValueDirect Method

Gets the raw text value at the specified index without additional conversion.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected string? GetValueDirect(
	int idx
)

Parameters

idx  Int32
The zero-based row index.

Return Value

String
The stored text value.
See Also