Click or drag to resize

StringRowItem Property

Gets or sets the string at the specified column index.

Namespace: Altaxo.Collections
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 column index.

Property Value

String
See Also