Click or drag to resize

TextColumnItem Property

Gets or sets the text value at the specified row index.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string? this[
	int i
] { get; set; }

Parameters

i  Int32
The zero-based row index.

Return Value

String
The text value stored at the specified index.
See Also