Gets or sets the text value at the specified row index.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string? this[
int i
] { get; set; }Parameters
- i Int32
- The zero-based row index.
Return Value
StringThe text value stored at the specified index.
See Also