TextColumnGetValueDirect Method |
Gets the raw text value at the specified index without additional conversion.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected string? GetValueDirect(
int idx
)
Parameters
- idx Int32
- The zero-based row index.
Return Value
StringThe stored text value.
See Also